Git Product home page Git Product logo

yolov5_dataset_map's Introduction

yoloV5_dataset_mAP

Pascal VOC mAP for standard YOLOv5 dataset format using (https://github.com/yfpeng/object_detection_metrics/)

standard YOLOv5 format:

Each image has a text file of the same name that contains the annotaions of the objects associated with that image. Each text file is similar to the following:

0 0.146094 0.724219 0.060937 0.064062
0 0.841667 0.806641 0.316667 0.386719
4 0.459375 0.723047 0.011458 0.019531

Each row represents:

<class ID> <x center> <y center> <width> <height>

predictions format:

Similar to the above except that each line represents:
<class ID> <confidence score> <x center> <y center> <width> <height>

How to use

python eval.py -gt {ground truth dir} -pr {predictions dir} -trh {threshold}

example

python eval.py -gt toy_example/test -pr toy_example/preds -trh 0.75

yolov5_dataset_map's People

Contributors

fardinayar avatar hooshdrive avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

hooshdrive

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.