Compile tensorflow-MRCNN

1.

2. coco prototools
https://github.com/waleedka/coco
coco tools
~/uniLab/projects/tools$

 git clone --recursive https://github.com/waleedka/coco.git

2.1 enter into  tools/coco/PythonAPI

edit makeFile: replace python with python3 (for python3.n)

2.2 $ make

2.4. create a symbolink:
/uniLab/projects/Python/Mask_RCNN$

 ln -s /home/uni/uniLab/projects/tools/coco/PythonAPI/pycocotools  pycocotools


3. prepare data
 /Mask_RCNN$ cd data
/Mask_RCNN/data$ ln -s /home/uni/uniLab/dataset/coco coco

 



Comments

Popular posts from this blog

github accumulation

7. compile faster-r-cnn