Adapting this to the other yolo-based networks
canyilmaz90 opened this issue · 2 comments
canyilmaz90 commented
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?
jwchoi384 commented
@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.
canyilmaz90 commented
@jwchoi384 thanks a lot :)