RedefiningReality / Pokedex-App

Using AI, take a picture of an unknown Pokémon and learn about its attributes. Completed for IPRO 497 at Illinois Tech
GNU General Public License v3.0
1 stars 1 forks source link

Object Detection (Training): Clean Code #32

Open RedefiningReality opened 1 year ago

RedefiningReality commented 1 year ago

Create a more streamlined process for training the Yolov5 model. The current process requires renaming the annotations folder to labels and executing multiple scripts in the correct order with the correct command line arguments, which is not ideal.