Skip to content

naivoder/SquirrelDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squirrel Detector - YOLOv4

This repository contains a Squirrel Object Detection model and weights.
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.

img1

img2

img3

img4

Installation

A requirements.txt file has been provided.
Once the repository has been cloned, create a new conda environment:

cd SquirrelDetector
conda create env --name squirreldet --file requirements.txt
conda activate squirreldet

Usage

Run inference from the command line:

python predict.py --input INPUT_PATH 

Releases

No releases published

Packages

No packages published

Languages