Object detection tools to detect tow trucks
Join the Discord server for help
Prerequisites:
- Git - Free
git clone https://github.com/Haste171/tow-truck-object-detection.git
poetry installpoetry shellclearml-initGo to https://app.clear.ml/projects to access the project created once training starts to view logs etc.
python main.py train --dataset /path/to/dataset --model_size medium --name TowTruckModel --clear_ml_name TowTruckObjectDetection --patience 10python main.py infer --image /path/to/image.jpg