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

About epochs of yolo-tiny-ours #17

Open Yiiiike opened 3 years ago

Yiiiike commented 3 years ago

我在使用yolo-tiny-ours.cfg训练自己的数据集的时候,训练了1000个epochs时,mAP依旧只有23%。 请问您使用yolo-tiny-ours.cfg训练coco2014和VOC07+12的时候分别训练了多少epochs?您是无预训练权重训练的吗? 感谢您的指点。

cwq159 commented 2 years ago

For the training problem, please refer to ultralytics. Note that don't forget to cluster anchors by K-means for your custom dataset.