Skip to content
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

预训练模型在不同线数激光雷达上(VLP16, VLP32)泛化性能不佳 (The pretrained model doesn't work well with 16- and 32-beam LiDAR data) #19

Closed
yst1 opened this issue Aug 31, 2021 · 4 comments

Comments

@yst1
Copy link

yst1 commented Aug 31, 2021

你好,我用你训练好的模型跑自己的16线雷达的数据,根据label输出对当前帧点云每个点区分静动态,最后输出静动态点云。但是效果是这样的,彩色的是动态点,请问可能是什么原因呢?
1630373620(1)

@Chen-Xieyuanli
Copy link
Member

@yst1 你好,感谢使用我们的代码。从提供的实验结果来看,预训练的模型在不同激光雷达上的泛化能力不行。可行的解决方案是对预训练进行微调再训练(fine tune)。可以你的数据集中标注少量动静态物体标签,然后再训练一下,结果应该能够得到提升。

Q: This provided screenshot is the result of using the pre-trained model with the own collected 16-beam LiDAR data. As can be seen, the MOS results are not good. How to get better results on 16-beam LiDAR data.
A: The experiments show that the generalization of the pre-trained model is not very good for different types of LiDAR scanners. To make it work with 16-beam LiDAR data, one could label several binary labels on own collected data, and fine-tune the pre-trained model.

@Chen-Xieyuanli Chen-Xieyuanli changed the title 静动态效果不佳 静动态效果不佳 (The pretrained model doesn't work well with 16-beam LiDAR data) Sep 6, 2021
@yuhang9803
Copy link

你好,我用你训练好的模型跑自己的16线雷达的数据,根据label输出对当前帧点云每个点区分静动态,最后输出静动态点云。但是效果是这样的,彩色的是动态点,请问可能是什么原因呢?
1630373620(1)

你好,请问你是怎么把这个模型部署在ros上,然后输出ros格式的topic,然后在rviz上显示出来的呢?可以交流下吗?谢谢了

@Chrislzy1993
Copy link

@yuhang9803 ,修改输入输出接口,作者的输出好像是bin文件

@Chen-Xieyuanli Chen-Xieyuanli changed the title 静动态效果不佳 (The pretrained model doesn't work well with 16-beam LiDAR data) 预训练模型在不同线数激光雷达上(VLP16, VLP32)泛化性能不佳 (The pretrained model doesn't work well with 16- and 32-beam LiDAR data) Dec 9, 2021
@ypfsmile
Copy link

lidar-mos
通过将32线数据,转换为需要的输入格式,基于预训练模型测试下来,发现几乎所有点都被认为是动态物体,有可能是模型泛化不好产生么,个人总感觉是数据输入错误。
By converting the vlp-32 data into the required input format and testing it based on the pre-training model, it is found that almost all points are considered dynamic objects. Is it possible that the model generalization is not good? Personally, I always feel that it is a data input error. Have you encountered similar problems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants