WongKinYiu / ScaledYOLOv4

Scaled-YOLOv4: Scaling Cross Stage Partial Network
GNU General Public License v3.0
2.02k stars 570 forks source link

Does ScaledYOLOv4 use Deformable Convolution? #103

Closed songyuc closed 3 years ago

songyuc commented 3 years ago

Hi guys, I want to know whether ScaledYOLOv4 uses Deformable Convolution. Although according to the paper, it seems ScaledYOLOv4 doesn't use Deformable Convolution, I just want confirm whether it use any techniques related to Deformable Convolution or not.

Your answer or idea will be appreciated!

AlexeyAB commented 3 years ago

No. Scaled-YOLOv4 doesn't use Deformable Convolution.

songyuc commented 3 years ago

@AlexeyAB , thanks sincerely for your answer!