jwchoi384/Gaussian_YOLOv3

Adapting this to the other yolo-based networks

canyilmaz90 opened this issue · 2 comments

Can we adapt this approach to the other networks -like tiny yolo- by changing yolo layer to the gaussian yolo layer and adjusting filter size?

@canyilmaz90
Hi, you can adapt this approach to tiny YOLOv3. I've done it before.
As you know, you must change the filter size and yolo layer to Gaussian yolo layer.

@jwchoi384 thanks a lot :)