Skip to content

bxf1001g/Model_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bird Detection — Model Test

Install on Ubuntu

sudo apt update
sudo apt install python3-venv python3-full git -y

git clone https://github.com/bxf1001g/Model_Test.git
cd Model_Test

python3 -m venv venv
source venv/bin/activate

pip install -r requirements_lite.txt

Run

With a camera connected:

python3 detect_lite.py

No camera / SSH / headless:

python3 detect_lite.py --no-gui

Test on an image file:

python3 detect_lite.py --image your_photo.jpg --no-gui

Press q to quit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages