smallcorgi / 3D-Deepbox

3D Bounding Box Estimation Using Deep Learning and Geometry (MultiBin)
MIT License
487 stars 151 forks source link

replace vgg with resnet #43

Open maxwellfrom opened 4 years ago

maxwellfrom commented 4 years ago

Hi Thanks your great work, I am now trying to replace the backbone of second stage using Resnet since Resnet usually has a better performance when doing a same work. However, after I replace the vgg by resnet, the result is terrible. I wonder if you have do the same thing and cloud you please tell me whether this idea is useful. Thank you!

Best regards

ghost commented 3 years ago

@maxwellfrom did vgg backtone work for you? when I set vgg16 as backbone, the loss was nan. Did that happen to you?