Object detection package
- Install Tensorflow object detection API. Alias
models/research/object_detection
asobj_det
. Ensure path is set correctly. - Set path in file
model.py
andmavi_object_detection.py
. (Search for#TODO
) - Download the pre trained model into the
obj_det
directory - Copy
misc/mavi_animal_label_map.pbtxt
intoobj_det/data
directory - The conda environment (saved at
misc\conda_environment.yaml
) can be loaded asconda env create -f conda_environment.yaml
.
Run mavi_object_detection.py
from one level up. It runs inference for file at obj_det/test_images/image1.jpg
Model is fine tuned on Animal dataset (dog and cow) obtained from website.