Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 591 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 591 Bytes

Kangaroo

Image detection by finetuning a pretrained CNN

Clone and install the Mask R-CNN

git clone https://github.com/matterport/Mask_RCNN.git
cd Mask_RCNN
python setup.py install

Install dataset

git clone https://github.com/experiencor/kangaroo.git

Dependencies

Make sure both Tensorflow and Keras are in the versions bellow. Otherwise, uninstall and install the correct ones.

  • To run on CPU
pip install tensorflow==1.13.1
pip install keras==2.2.5
  • To run on GPU
pip install tensorflow-gpu==1.14.0
pip install keras==2.2.5