Support yolov2?
PyNancy opened this issue · 2 comments
PyNancy commented
hi ,i try to train yolov2 by your code(Gaussian), but report error“Floating point exception (core dumped)”
jwchoi384 commented
@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".
PyNancy commented
ok,thanks very much, i will try