AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.65k stars 7.96k forks source link

yolov3-spp training #1388

Closed linghu8812 closed 6 years ago

linghu8812 commented 6 years ago

Hi,

When I trained yolov3 with yolov3-spp.cfg, it shows "Layer before convolutional layer must output image.: No error", could you tell me how to fix this error? Thank you!

default

AlexeyAB commented 6 years ago

This bug is fixed. Try to update your code from this GitHub.

linghu8812 commented 6 years ago

OK, thank you!