lzccccc / 3d-bounding-box-estimation-for-autonomous-driving

3d bounding box estimation from monocular image based on 2d bounding box
127 stars 36 forks source link

How to get the prediction or visualization of new images, not on Kitti? #20

Open zillur-av opened 2 years ago

zillur-av commented 2 years ago

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. You are creating an image patch using the ground truth labels and feeding that patch to the trained model instead of just raw images. So, what if I do not have ground truth labels which is normal for testing images or videos?

FunnyWii commented 8 months ago

I met the same problem I cant see anything relevant to extrinsic parameters in the code.