AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.58k stars 7.95k forks source link

Is this structure in YOLO v4-tiny a residual module? #6975

Open Philharmy-Wang opened 3 years ago

Philharmy-Wang commented 3 years ago

yolov4-tiny

Philharmy-Wang commented 3 years ago

Is it a CSPResnet structure?

ALmagical commented 3 years ago

I think it's CSPResnet structures. You can use Netronhttps://github.com/lutzroeder/netron to check the structure of yolov4 and yolov4-tiny. Both of them have the same structure.