Skip to content

ccvl/detail-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

251 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PASCAL in Detail API

Python API for the PASCAL in Detail multi-task computer vision challenge. This API is a fork of MS COCO vision challenge API.

To install:

Run make and make install under the PythonAPI directory.

In Python:

from detail import Detail
details = Detail('json/trainval_merged.json', 'VOCdevkit/VOC2010/JPEGImages')

If you wish to use the API from MATLAB, see MATLAB's documentation for calling Python code. The Detail API no longer maintains a separate MATLAB API.

To see a demo:

Run the IPython notebook PythonAPI/ipynb/detailDemo.ipynb.

About

PASCAL in Detail API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 98.7%
  • Python 1.1%
  • Other 0.2%