Coder Social home page Coder Social logo

caltechvisionlab / coco-analyze Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matteorr/coco-analyze

0.0 0.0 0.0 92.51 MB

A wrapper of the COCOeval class for extended keypoint error estimation analysis.

License: MIT License

Jupyter Notebook 82.00% Python 16.10% TeX 1.90%

coco-analyze's Introduction

coco-analyze Repository

This repository contains the code release from the paper Benchmarking and Error Diagnosis in Multi-Instance Pose Estimation.

Important Content:

  • pycocotools/COCOanalyze.py: wrapper of the COCOeval class for multi-instance keypoint estimation error analysis.
  • COCOanalyze_demo.ipynb: ipython notebook showing how to use COCOanalyze as a standalone class.
  • analysisAPI: API using COCOanalyze for an extended analysis.
  • run_analysis.py: script generating a pdf summary of the extended analysis.

Usage

To run the extended multi-instance keypoint estimation error analysis: update the paths of the detections and annotations and execute the command line.

[annFile]  -> ./annotations/keypoints_val2014.json
[dtsFile]  -> ./detections/fakekeypoints100_keypoints_val2014_results.json
[saveDir]  -> ./results/fakekeypoints100
[teamName] -> fakekeypoints100
[version]  -> 1.0
$ python run_analysis.py [annFile] [dtsFile] [saveDir] [teamName] [version]

Results

  • A summary file called [teamName]_performance_report.tex will be created once the analysis is complete.
  • All the generated plots are stored using [saveDir] as the base directory.
  • Additional std_output information regarding the analysis can be found in the text files named std_out.txt.

Notes:

  • The ./pycocotools/COCOeval class contained in this repository is a modified version of the original mscoco COCOeval class.
  • The duration of the full analysis depends on the number of detections and size of the ground-truth split.
  • You can update run_analysis.py to run the analysis only for specific types of error.

coco-analyze's People

Contributors

mrronchi avatar matteorr avatar

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.