AlexeyAB / darknet

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

yolo_v3_tiny_pan3.cfg can not support random=1 in yolo layer? #4369

Open Chenmi08 opened 4 years ago

Chenmi08 commented 4 years ago

I had just modified the random=1 in cfg and it collapsed. We can not use multi-size training in pan structure?

ShaneHsieh commented 4 years ago

I have met same problem.

likey is the GPU memory is too small.if i change input size(32*32). it will work.

qingchunlizhi commented 4 years ago

I meet this problem too in yolov4-tiny with image size(384x384)