second.pytorch icon indicating copy to clipboard operation
second.pytorch copied to clipboard

Bounding boxes are not coming accurate

Open themousepotato opened this issue 5 years ago • 8 comments

Hi,

I'm getting the following image as the result on visualizing 3D bounding boxes after evaluation using pretrained models. I've used car_lite. I've evaluated the model on the training set itself. Is there anyone facing similar issues or has anyone come across with a possible workaround? Thanks! Figure_24_original_second

themousepotato avatar Dec 16 '19 11:12 themousepotato

@themousepotato Check your coordinate system transformation, including the lidar, camera and vehicle local system by visualization before training. From the pic you shared, the problem should be on the training side, not just the inference side.

xmyqsh avatar Dec 16 '19 12:12 xmyqsh

@xmyqsh sure, will do. But, I'm not doing any training. I've used the pretrained models given in the README which reproduces the published results. I downloaded from this link from that description.

themousepotato avatar Dec 16 '19 13:12 themousepotato

@themousepotato You can solve this problem with your toe :)

xmyqsh avatar Dec 16 '19 16:12 xmyqsh

@xmyqsh I'm really sorry. I couldn't get much info from your statements. Do you mean that it is a bug in the codebase, I need to fix it and train from scratch? Also, I didn't quite get the testing coordinate system part. Kindly elaborate. That would help me a lot. Thanks.

themousepotato avatar Dec 17 '19 18:12 themousepotato

Also, is there any chance that the spconv module is not working properly (at least in my local setup)?

themousepotato avatar Dec 17 '19 18:12 themousepotato

ping @xmyqsh

themousepotato avatar Jan 09 '20 12:01 themousepotato

I have a similar issue when using the nuscenes dataset #350

How can I improve this this?

mtshikomba avatar Mar 13 '20 19:03 mtshikomba

Looking from the image, The coordinate system of the training data is not same as the inference data

Kartik17 avatar Oct 18 '21 22:10 Kartik17