Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 384 Bytes

Setup Truck Detection

Run these commands in the same directory as this file on WINDOWS:

# git clone https://github.com/Eclipse-SDV-Hackathon-Chapter-Two/maestro
cd maestro/truck_detection
python3 -m venv venv
# on linux: 
#source venv/bin/activate
# on windows:
.\venv\Scripts\activate
pip install opencv-python torch pandas requests Pillow
python truck_detector.py