Skip to content

African and Asian Elephant Object Detector - Keras YOLOv4

Notifications You must be signed in to change notification settings

naivoder/ElephantDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

African and Asian Elephant Object Detector - Keras YOLOv4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages