Skip to content

Releases: NVIDIA/cocoapi

v0.8.1

Choose a tag to compare

@cliffwoolley cliffwoolley released this 10 Sep 21:49
08350a1
  • Replace deprecated numpy.distutils (#18)
  • setup.py: create pycocotools/_mask.c (#19)

v0.8.0

Choose a tag to compare

@cliffwoolley cliffwoolley released this 16 Nov 22:20
d99cbf3
  • Replace deprecated numpy APIs (#17)

v0.7.3

Choose a tag to compare

@cliffwoolley cliffwoolley released this 27 Oct 20:22
fa44301
  • Revert cpp_load_res_numpy column ordering to match Python loadNumpyAnnotations API (#16)

v0.7.2

Choose a tag to compare

@cliffwoolley cliffwoolley released this 27 Oct 18:22
b9569ee
  • Fix dimension ordering issue with Python evaluate() API (#15)

v0.7.1

Choose a tag to compare

@cliffwoolley cliffwoolley released this 18 Oct 21:57
8b8fd68
  • Fixed numpy linking to avoid hardcoded paths (#14)

v0.7.0

Choose a tag to compare

@cliffwoolley cliffwoolley released this 30 Sep 21:14
b5ae746
  • Made segmentation in the annotations file optional (#12)
  • Optimized the C++ extensions and added multi-process support (#13)

v0.6.1

Choose a tag to compare

@cliffwoolley cliffwoolley released this 12 Jan 00:18
142b17a
  • Fix rare memory corruption bug in Paste RLE encoding (#11)

v0.6.0

Choose a tag to compare

@cliffwoolley cliffwoolley released this 15 May 03:20
7b69b76
  • Perf improvements (#10)

v0.5.1

Choose a tag to compare

@cliffwoolley cliffwoolley released this 31 Mar 17:40
9a47a76
  • Use ujson when available (#9)

v0.5.0

Choose a tag to compare

@cliffwoolley cliffwoolley released this 15 Mar 18:26
34d479b
  • Avoid assertion error due to creation of pointer to first element of empty vector (#7)
  • Option to fused paste and encode (#8)