Parsing-R-CNN
Parsing-R-CNN copied to clipboard
INSTALL.md cocoapi
# make cocoapi
cd Parsing-R-CNN/cocoapi/PythonAPI
mask
cd ../../
ln -s cocoapi/PythonAPI/pycocotools/ ./
Can't find the corresponding directory
Just install pycocotools
and you are good to go.
Actually, you can't do it without running the make
command which was mis-typed as "mask" it seems.
#14