Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 832 Bytes

File metadata and controls

33 lines (22 loc) · 832 Bytes

Elephant Detector - YOLOv4

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.

AfricanElephant

AsianElephant


Installation

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

Usage

Run inference from the command line:

python predict.py --input INPUT_PATH