Open z393 opened 5 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
@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.
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 :)