Open lucinyaLi opened 5 years ago
I dont think I used any tricks training the deformable convnet. I suggest you print the “offsets” of every iter and see if they are reasonable.
I dont think I used any tricks training the deformable convnet. I suggest you print the “offsets” of every iter and see if they are reasonable.
Have you tried to train a net from random Initialization ?
I dont think I used any tricks training the deformable convnet. I suggest you print the “offsets” of every iter and see if they are reasonable.
Have you tried to train a net from random Initialization ?
No
hello, I have met some trouble in my code when I use the deformable convolution in SSD, the loss is always high and the mAP is very very low. I tried to change the deformable_group, but the solution has no change. So is there some trick in using the deformable convolution? And in the code, is the BN layer indispensable?