Views
No views yet
1python -m venv .venv 2.venv\Scripts\activate 3pip install -r requirements.txt 4python infer.py sample_images/Helmet6.jpg 5python infer.py sample_images/WithoutHelmet9.jpg 6