Releases: NVIDIA/cocoapi
Releases · NVIDIA/cocoapi
v0.8.1
- Replace deprecated numpy.distutils (#18)
- setup.py: create pycocotools/_mask.c (#19)
v0.8.0
- Replace deprecated numpy APIs (#17)
v0.7.3
- Revert cpp_load_res_numpy column ordering to match Python loadNumpyAnnotations API (#16)
v0.7.2
- Fix dimension ordering issue with Python evaluate() API (#15)
v0.7.1
- Fixed numpy linking to avoid hardcoded paths (#14)
v0.7.0
- Made segmentation in the annotations file optional (#12)
- Optimized the C++ extensions and added multi-process support (#13)
v0.6.1
- Fix rare memory corruption bug in Paste RLE encoding (#11)
v0.5.1
- Use ujson when available (#9)
v0.5.0
- Avoid assertion error due to creation of pointer to first element of empty vector (#7)
- Option to fused paste and encode (#8)