jwchoi384/Gaussian_YOLOv3

Support yolov2?

PyNancy opened this issue · 2 comments

hi ,i try to train yolov2 by your code(Gaussian), but report error“Floating point exception (core dumped)”

@PyNancy
Hi, It only work on YOLOv3, because YOLOv2 uses "region_layer" not "yolo_layer".
So, If you want to apply our proposed method on YOLOv2, you must modify the "region_layer.c".

ok,thanks very much, i will try