Parsing-R-CNN icon indicating copy to clipboard operation
Parsing-R-CNN copied to clipboard

INSTALL.md cocoapi

Open rs9899 opened this issue 4 years ago • 2 comments

# make cocoapi
cd Parsing-R-CNN/cocoapi/PythonAPI
mask
cd ../../
ln -s cocoapi/PythonAPI/pycocotools/ ./

Can't find the corresponding directory

rs9899 avatar Jul 20 '20 10:07 rs9899

Just install pycocotools and you are good to go.

iamrishab avatar Aug 01 '20 06:08 iamrishab

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

rs9899 avatar Aug 01 '20 14:08 rs9899