GithubHelp home page GithubHelp logo

Comments (2)

rafaelpadilla avatar rafaelpadilla commented on July 21, 2024

Dear @Art31 ,

In your filtered_groundtruth_test.csv I notice something strange. The first row, for instance has: bottom = 330, left = 121, top = 584, right = 768

I'm reading it as: x1 = 121, y1 = 584, x2 = 768, y2 = 330

How can the bottom coordinate (y2) be less than the top coordinate (y1)? It happens in many (if not all) your bounding boxes.

Please, check:

  1. You should take the origin of your image (0,0) as being the upper left corner.
  2. As you are using the parameters -gtformat xybr and -detformat xyrb, your text files must be in the format: <filename> <confidence> <left> <top> <right> <bottom>

Please, close this issue if it solves your problem.

from object-detection-metrics.

arthur-telles3 avatar arthur-telles3 commented on July 21, 2024

You are right, it was my mistake, my apologies. Thank you for the help!

from object-detection-metrics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.