3detr icon indicating copy to clipboard operation
3detr copied to clipboard

Code & Models for 3DETR - an End-to-end transformer model for 3D object detection

Results 26 3detr issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for your great work. By training your model 3detr-m, I got the following results on scannet(epoch1080): ====================Final Eval Numbers. mAP0. 25, mAP0. 50: 62.12, 43.58 AR0. 25, AR0....

In the paper, the loss functions weights you provided for ScanNet is (5, 1, 1, 0.1, 5). However, in this repo is: (5, 1, 0.5, 0.1, 0.25, 1). And the...

Hi @imisra, @rohitgirdhar and rest of 3DETR team 3DETR is quite interesting and it wold be great to make it more visible to the rest of the Machine Learning Ecosystem!...

Hi, thanks for the wonderful work and the nice repo! So far, both the code and the paper have been a pleasure to read. Is it possible to avoid using...

I notice that there is a script called `scannet_masked_ep1080_color.sh` that uses color + point cloud as model input. However, I did not see any discussions about using color input in...

Thanks for the great work and the amazing code base! I was interested in using your code to predict oriented bounding boxes. However, when doing so the training speed decreases...

Thanks for sharing the great work. I would like to reproduce the paper's visualization results for the decoder self-attention weights in Figure 1 and the encoder self-attention weights in Figure...

Thanks for your amazing work! I would like to visualize the predicted bounding box output, yet I dont know how to do it. I would really appreciate it if anyone...

Hi, i am troubled for the problem of gIOU loss remaining high during training on my own dataset for days. I found it is calculated between outputs["box_corners"] and gt box...

Hello @likethesky , @Celebio , @colesbury , @pdollar , @minqi , thank you for this is amazing work of 3detr. I have built my dataset with sunrgbd format and it...