pip install ultralytics
- Collect dataset of damaged cars
- Annotate them
- in this case there are 8 classes namely : damaged door, damaged window, damaged headlight, damaged mirror, dent, damaged hood, damaged bumper, damaged windshield
- convert the annotations into YOLO 1.1 format
- run
main.py
- in this particular case i ran for 5000 epochs
- Clone the repo
- cd to my_fastapi_app
- run
python main.py
Test with images Done!