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.txtWith a camera connected:
python3 detect_lite.pyNo camera / SSH / headless:
python3 detect_lite.py --no-guiTest on an image file:
python3 detect_lite.py --image your_photo.jpg --no-guiPress q to quit.