soeaver / Parsing-R-CNN

Parsing R-CNN for Instance-Level Human Analysis
MIT License
298 stars 35 forks source link

INSTALL.md cocoapi #15

Open rs9899 opened 3 years ago

rs9899 commented 3 years ago
# make cocoapi
cd Parsing-R-CNN/cocoapi/PythonAPI
mask
cd ../../
ln -s cocoapi/PythonAPI/pycocotools/ ./

Can't find the corresponding directory

iamrishab commented 3 years ago

Just install pycocotools and you are good to go.

rs9899 commented 3 years ago

Actually, you can't do it without running the make command which was mis-typed as "mask" it seems.

14