Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 542 Bytes

File metadata and controls

36 lines (25 loc) · 542 Bytes

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.