Skip to content

Releases: ccvl/detail-api

Version 4.1.0 - Support for Keypoints, Boundaries, Occlusion, Superparts

31 Jul 05:12
Compare
Choose a tag to compare

Post-CVPR update to the Detail API for the PASCAL in Detail Challenge.

Changes:

  • Added getKpts(), getBounds(), getOccl()
  • Added superpart param to getMask()

Intended for use with the trainval_withkeypoints.json dataset.

See PythonAPI/ipynb/detailDemo.ipynb for the updated demo.

Version 4.0.1 - Bug fix

19 Jul 02:44
Compare
Choose a tag to compare

Small update to Version 4 of the Detail API for the PASCAL in Detail Challenge.

Changes:

  • Fixed bug that caused loading for phases "training" and "validation" to only load part of the data
  • Added phase parameter to getImgs()

Version 4 - Unified API

17 Jul 14:15
Compare
Choose a tag to compare

Fourth offficial release of the Detail API for the PASCAL in Detail challenge

This API version is intended for trainval_merged.json or later. Code for evaluating participants' algorithms is not yet provided and will be added in a future version.

Changes include;

Version 3 - Support for Parts and Instance Segmentation

06 Jul 05:40
Compare
Choose a tag to compare

Third official release of the Detail API for the PASCAL in Detail challenge.

Both MATLAB and Python continue to be supported.

This API version is intended for use with the Parts dataset (trainval_parts.json). Code for evaluating participants' algorithms is not yet provided and will be added in future versions.

Changes include:

  • Added getMask() function to Python API
  • Updated MATLAB API

Release 1

27 Jun 21:08
Compare
Choose a tag to compare

Second official release of the Detail API for the PASCAL in Detail challenge.

Both MATLAB and Python continue to be supported.

This API version, like v2.1.0, is intended for use with the Preview dataset (trainval_preview1.json). Code for evaluating participants' algorithms is not yet provided and will be added in future versions.

Changes include:

  • Added script for downloading datasets, download.py
  • Added function showImgCat() to Python API

Preview

14 Jun 23:02
Compare
Choose a tag to compare
Preview Pre-release
Pre-release

The first official release of the Detail API for the PASCAL in Detail challenge.

Both MATLAB and Python are supported.

This API version is intended for use with the Preview dataset. Code for evaluating participants' algorithms is not yet provided and will be added in future versions.