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: Preliminary Research #15

Open RedefiningReality opened 1 year ago

RedefiningReality commented 1 year ago

Complete the research required for understanding how to implement the object detection.

RedefiningReality commented 1 year ago

Yolo version 4 Tutorial for training: https://wiki.loliot.net/docs/lang/python/libraries/yolov4/python-yolov4-training/ Tutorial for testing: https://wiki.loliot.net/docs/lang/python/libraries/yolov4/python-yolov4-about/