3d-bounding-box-estimation-for-autonomous-driving
3d-bounding-box-estimation-for-autonomous-driving copied to clipboard
3d bounding box estimation from monocular image based on 2d bounding box
I trained the model, it is working fine for the Kitti dataset images. I went through your prediction code and found you are using ground truth labels for generating predictions....
I was able to setup and run the training, but if I use VGG as backbone, the training log looked like below: ETA: 3:15:50 - loss: inf - dimensions_loss: inf...
My training stopped at about epoch 50 and the programs says "early stopping". What does this mean?
I am running the training now, but do not know where the model was saved. Anyone can help?
If I use "VGG", should I download a pre-trained VGG model?
Hello i have one question, which kind of data do we need for the camera calibration data ? because if we want to compute other 3d bounding box especially for...
@lzccccc Hi,you said the oritentation loss is changed to the correct form.So is different from the paper? I check the code you uploaded , I don't think there is any...
作者您好: 很不错的复现。有个问题想问下,就是你实现角度location loss是不是与原文当中的实现不太一样呢,因为我最近也在复现这篇论文.忘赐教 谢谢!
Hi, I was just wondering about the license for the project since it doesn't seem to have one. Are people ok to use the repo?
Fix the resize empty when training