This repository contains an Elephant Object Detection model and weights.
The model will attempt to differentiate between African and Asian elephants.
The model is built on a Keras implementation of YOLOv4 written by taipingeric.
This repository is NOT a training tutorial, it is a functional pretrained object detector.
A requirements.txt file has been provided.
Once the repository has been cloned, create a new conda environment:
cd ElephantDetector
conda create env --name elephantdet --file requirements.txt
conda activate elephantdet
Run inference from the command line:
python predict.py --input INPUT_PATH