WongKinYiu / PartialResidualNetworks

partial residual networks
100 stars 24 forks source link

yolov3-tiny-prn with 3 lanes #10

Closed FerranLisa closed 4 years ago

FerranLisa commented 4 years ago

Hi, Thanks a lot for your work and for sharing this repo. I have been testing it ant the speed gain over yolov3-tiny is really amazing. Unfortunatelly it suffers form the same limitations of yolov3-tiny, namely the issues with small objects in an image. I would like to experiment with a 3-lane extension, like the one in: https://github.com/AlexeyAB/darknet/blob/master/cfg/yolov3-tiny_3l.cfg Are you planning such an extension? If not, could you direct me on how to do it myself? Thanks in advance

FerranLisa commented 4 years ago

The issues I had with small objects disapear simply increasing network size. Now it works perfect, I close the issue