Pointformer
Pointformer copied to clipboard
Repository of 3D Object Detection with Pointformer (CVPR2021)
Why is the result tested with pretrained model is nearly zero?
# Welcome update to OpenMMLab 2.0 I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial...
When can you release the code on KITTI dataset?
output_features = F.max_pool2d(transformed_feats, kernel_size=[1, ns]) # (B, C, npoint) 在论文当中,关于LocalTransformer作者提到是针对每个local region进行maxpool操作。 这样一来,关于上面这行代码,不应该改为output_features = F.max_pool2d(transformed_feats, kernel_size=[**1, np**])吗?前面的维度变换代码也需要有相应的更改呢?如有错误,烦请批评指正,十分感谢!
作者,您好,请问你能开源一下PointRCNN的改进代码嘛?方便我们做对比实验,引用该论文,期待您的回复!
Hi! Dear Pointformer Authors from Gao Huang's lab, Congratulations that your paper has been published on CVPR21. It is a very inspiring work for me! It is also cheering that...
Hello, Sorry if this is a silly question, but looking at your code in ptr_base.py line 90 the LinformerEncoder layer doesn't seem to be implementing linear attention at all; what...
Hi, Thanks for your excellent work! I add your code into the latest mmdetection3d repo, but I could not get a similar result as you reported in the paper. I...
I didn't see the corresponding code for the coordinate refinement part mentioned in the paper. Could you please point out where it is, thanks.