-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Inference alters range & rotation #1287
Comments
I think the PCD won't be rotated during inference like pcd_demo.py, if you want to get the full point cloud, you can adjust the point_cloud_range in config. |
Thanks @ZCMax. I resolved the PCD rotation issue by skipping the LiDAR --> Depth coordinate mode change in |
For example, running the demo in the |
@fabianwindbacher Where do you swap x-dimension and y-dimension? |
I did it here. mmdetection3d/mmdet3d/apis/inference.py Line 350 in 9c7270d |
Do you use the latest master or v1.0.0rc0? We have not finished the model update after refactoring the coordinate systems, and you can train models by yourself to test it again. We are preparing all the updated models and would update them ASAP. Sorry for the inconvenience caused. |
We use latest master, thanks for updating |
Some pretrained models have been updated. Please check them in #1369 and try to reproduce the demo with the updated models. Looking forward to your feedback. |
Have you solved the issue? |
Also appears to affect the groupfree3d model. |
@Zhangyongtao123 Hi, I also meet the same situation. Would you mind explaining the reason to change the @Tai-Wang Hi, are we planning to address this |
As of Sep 17, I am using https://download.openmmlab.com/mmdetection3d/v0.1.0_models/second/hv_second_secfpn_6x8_80e_kitti-3d-car/hv_second_secfpn_6x8_80e_kitti-3d-car_20200620_230238-393f000c.pth, and for me I need to update this line to |
Sorry for the late reply. Please @ZCMax have a check and fix the bug if necessary. |
Bug is still here. |
Bumping this as I'm seeing the same behavior |
Wondering if there is any conclusion on this, i am also getting the kind of same behavior when i run inference? Is it something problem in visualization or predictions are themselves having wrong orientation? I tried both the above solutions, they did not help me. |
The demo code for LiDAR only inference (
demo/pcd_demo.py
, and using suggested command flags as in the README demo section) yields an output that seems to rotate the original PCD and with only half the points (in front/behind the car). Wondering if there's a way to get the bounding boxes on the original data, for the full point cloud.Many thanks.
The text was updated successfully, but these errors were encountered: