NjuHaoZhang / detail-api

PASCAL in Detail API

Home Page:https://sites.google.com/view/pasd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://sites.google.com/view/pasd/

License:Other


Languages

Language:Jupyter Notebook 98.7%Language:Python 1.1%Language:C++ 0.1%Language:C 0.1%Language:Makefile 0.0%