Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 193 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 193 Bytes

Extract Segmentation Mask From COCO Dataset

Install cocoapi

git clone https://github.com/philferriere/cocoapi.git
cd cocoapi/PythonAPI
make
python3 setup.py build_ext --inplace