-
Notifications
You must be signed in to change notification settings - Fork 127
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
360 Degree detection issue #16
Comments
Hi @CrazyMage24, Try to update the
Please let me know if there are any problems, thanks. |
Hi again @zhulf0804, When I update these 3 parameters to [-69.12, -39.68, -3, 69.12, 39.68, 1] But if I update the anchor parameters as well in the pointpillars.py line 246-248, then it goes back to the previous state. |
Hello @CrazyMage24, Could you please send the tested Lidar data to my mailbox ([email protected]) if possible? I'll debug it in the next few days. Thanks. |
Hi, I have a Drive folder with the bin files Thank you! |
Hi @CrazyMage24, Maybe there are 4 code blocks to be updated for point cloud range. In addition to the above 3 code blocks, the 4th code block needed to be updated is PointPillars/model/pointpillars.py Lines 245 to 248 in 9c98d51
Please let me know if there are any problems, thank you. Update |
Hi,
First of all, thanks for the work, the program works really well for me.
I am using the pretrained network on my own LiDAR datasets.
I noticed that the point cloud visualization and detection only works for the front half.
I changed the test.py to
and now it visualizes the whole point cloud, but the detection still only applies to the front half.
Can you help with that?
Current progress:
Thanks in advance!
The text was updated successfully, but these errors were encountered: