xingyizhou / CenterNet

Object detection, 3D detection, and pose estimation using center point detection:
MIT License
7.28k stars 1.93k forks source link

if replace DCN with normal conv, How much performance drop does it make? #64

Open zyc4me opened 5 years ago

zyc4me commented 5 years ago

if replace DCN with normal conv, How much performance drop does it make? such as resnet18, AP 28.1 will drop to ??

xingyizhou commented 5 years ago

I haven't tried res 18. DLAv0 (The original DLA, without dcn and final upsample) is about 33 flip AP. You are welcomed to try the vanilla resnet yourself and report the accuracy.

Wondersui commented 5 years ago

if you change DCNv2 to DCNv1, the AP will drop to?

xingyizhou commented 5 years ago

@Wondersui I do have tried using DCN implementation from mmdet. Here DCNv1 and DCNv2 give the same performance. However, both implementations are slightly (< 1AP) worse than CharlesShang's DCN implementation. That's why we keep using this implementation. I am not sure if the difference is from randomness or details in the DCN implementation. To answer your question: the AP will drop at most 1.

cwjhx commented 5 years ago

I haven't tried res 18. DLAv0 (The original DLA, without dcn and final upsample) is about 33 flip AP. You are welcomed to try the vanilla resnet yourself and report the accuracy.

I will try DLAv0 (The original DLA, without dcn and final upsample),How train this model?Thank you.

xingyizhou commented 5 years ago

--arch dlav0_34

wangshankun commented 5 years ago

I haven't tried res 18. DLAv0 (The original DLA, without dcn and final upsample) is about 33 flip AP. You are welcomed to try the vanilla resnet yourself and report the accuracy.

I will try DLAv0 (The original DLA, without dcn and final upsample),How train this model?Thank you.

have any result?

andriiD commented 5 years ago

resnet18 with DCN 0.285. vanilla resnet with the same training settings and ordinary conv layers 0.231

dheerajpreddy commented 5 years ago

Can you please upload the models trained without DCN? Thanks

andriiD commented 5 years ago

Can you please upload the models trained without DCN? Thanks

Unfortunately I cannot share the model weights