Skip to content

savankoradiya/Extract-Mask-From-COCO-Dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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