aidecentralized / sonar

SONAR - Self-Organizing Network of Aggregated Representations
MIT License
7 stars 27 forks source link

Object Detection Support #28

Closed joyce-yuan closed 4 weeks ago

joyce-yuan commented 4 weeks ago

Implemented the object detection + classification task

This implementation follows the implementation from Geeks for Geeks, link here: https://www.geeksforgeeks.org/yolov3-from-scratch-using-pytorch/

To run, download the 2012 Pascal dataset: http://host.robots.ox.ac.uk/pascal/VOC/voc2012/index.html, and specify where the dataset is in dpath in sys_config.