kl456123 / MonoDIS

13 stars 2 forks source link

pretrained model #2

Open z393 opened 4 years ago

z393 commented 4 years ago

Is there the implementation of the paper <Disentangling Monocular 3D Object Detection>? I want to reproduce the results of this code, but I could't download the pretrained resnet model. Can you provide another download link? Thanks a lot :)

jackvial commented 4 years ago

You can download a pretained Resnet 50 from here https://download.pytorch.org/models/resnet50-19c8e357.pth

Urls are listed on this page https://github.com/pytorch/vision/blob/master/torchvision/models/resnet.py

botaoye commented 4 years ago

@z393 Hi, have you reproduce the work of 'Disentangling Monocular 3D Object Detection' successfully? I have tried to do this too, but my result in Kitti dataset is much poorer than the result in this paper. And I can't figure out the reason.