ssh: git clone git@github.com:CodeRic28/vehicle_counter.git
https: git clone https://github.com/CodeRic28/vehicle_counter.git
pip install -r requirements.txt
Download here: https://drive.google.com/drive/folders/1q6W_ljlutuashEL5X0fhnbRPEaWa5ca9?usp=sharing
Create the directory names "videos" if its not created already. Download here: https://drive.google.com/file/d/1EHtOi7_NZ7RcIeF79LSj9Q5IsM_9lt3x/view
python main.py
yolo detect train data=config.yaml model="yolov8n.yaml" epochs=100"
yolo detect train data=config.yaml model="yolov8m.yaml" epochs=100
Note: `After model training, change the "model_path" variable to the new weights in main.py