Coder Social home page Coder Social logo

Comments (4)

rafaelpadilla avatar rafaelpadilla commented on May 9, 2024

Dear @LuZhibo,

Sorry, I think I did not understand your doubt.

If the coordinates of your detections are already in absolute values, you don't need to use the argument --detformat, because its default value takes absolute coordinates (X Y width height) for your bounding boxes.

Regards

from object-detection-metrics.

Fingerl avatar Fingerl commented on May 9, 2024

Dear @rafaelpadilla ,
Thanks for your replying.

I use the code to assess yolo3 model' ap and map.In my txt files,the ground truth bounding boxes and detected boxes are (left,top,right,bottom),these coordinates already relate to upper left corner of image ,so this is the absolute coordinates and i should use the default value.
Is my understanding right?
Thanks

from object-detection-metrics.

rafaelpadilla avatar rafaelpadilla commented on May 9, 2024

@LuZhibo,

In your case, regarding the detections only, you should use the arguments:

-detformat xyrb
and
-detcoords abs (optional, because the default value is already abs)

Besides, you must use the others arguments:
-gtcoords: the groundtruth coordinates
-gtformat: the goundtruth format (abs or rel)
-threshold: the IOU threshold
--gtfolder: folder with your groundtruth files
--detfolder: folder for your detection files

These are all explained in the README file.

from object-detection-metrics.

Fingerl avatar Fingerl commented on May 9, 2024

@rafaelpadilla
I'm sorry to see your reply today. I think I have understood your meaning. Thank you.

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.