cwq159 / PyTorch-Spiking-YOLOv3

A PyTorch implementation of Spiking-YOLOv3. Two branches are provided, based on two common PyTorch implementation of YOLOv3(ultralytics/yolov3 & eriklindernoren/PyTorch-YOLOv3), with support for Spiking-YOLOv3-Tiny at present.
GNU General Public License v3.0
207 stars 58 forks source link

Using Custom Dataset #52

Open sahenderson10 opened 1 year ago

sahenderson10 commented 1 year ago

Hi,

I would like to use custom dataset. I have both VOC and COCO format for this.

COCO style contains annotations.json files and image files for both training and testing.

How do I load custom annotations and images for this code? Do I just need to edit the data file somehow?