3d-bounding-box-estimation-for-autonomous-driving icon indicating copy to clipboard operation
3d-bounding-box-estimation-for-autonomous-driving copied to clipboard

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

Open zillur-av opened this issue 3 years ago • 1 comments

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?

zillur-av avatar Mar 25 '22 06:03 zillur-av

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

FunnyWii avatar Jan 11 '24 02:01 FunnyWii