uas-at-ucla / suas-23-24

Software/Vision operations for UAS@UCLA, 2023-2024. For a list of tasks, visit https://github.com/orgs/uas-at-ucla/projects/1
3 stars 0 forks source link

shape color yolov8 model test #37

Closed SeanSon2005 closed 1 year ago

SeanSon2005 commented 1 year ago

Docker wasn't working on my end, so I made it use a bash command for opening vision/start_gunicorn.sh. I uploaded the python file shape_color_detection.py which runs the yolov8 model with the weights that I've uploaded in the file best.pt. To test the model, I have uploaded two test images and changed test.py accordingly. For requirements.txt, I prompt two more installs for torch and ultralytics to run the model.