Using Livox LiDAR with MMDetection3D – any experience or model suggestions? #3104
Unanswered
paureverte
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone 👋,
I was wondering if anyone has experience using Livox LiDARs (specifically the MID360) with MMDetection3D?
As you probably know, Livox sensors use a non-repetitive scanning pattern rather than traditional ring-based LiDARs like Velodyne. This results in a different spatial distribution of points, especially per frame, which may affect how models interpret the data.
I've been thinking about trying PointPillars for a first round of training/testing, since it's voxel-based and relatively efficient. But before I proceed, I was curious if:
I'll try to fine-tune with some custom data and see how it performs, but I’d appreciate any insights, feedback, or references to similar efforts.
Thanks in advance 🙏
All reactions