-
Notifications
You must be signed in to change notification settings - Fork 105
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 about usage with SLAM #25
Comments
Hey @mysterybc, thanks for following our work. Yes, you are right. If the odometry is not accurate, it will influence the MOS results. We also showed one ablation study on the noisy poses in Figure 4. You may see that the MOS performance will drop until the residual image is too noisy which doesn't appear during training and will be ignored. However, during the real application, the proposed method should be done together with the pose estimation which means we can estimate the pose and conduct MOS iteratively. This may help both pose estimation and MOS and may not cause large drift in local pose estimation. |
Thanks! |
Yes, runtime could be a problem. The best MOS performance model runs at around 20Hz. There are also faster models, but the MOS performance is worse. I never try the idea before. It's an interesting idea and worth trying. |
How to estimate pose using SLAM ? |
Thank you for the reply @Chen-Xieyuanli . I have the point cloud data in the form of bin files. How can i get poses corresponding to those bin files? |
You could use any LiDAR odometry/SLAM method to estimate the poses of your scans. SuMa is rather easy to use and you could find the document here. You could also use ICP like algorithms to easily get the poses. |
hey @Chen-Xieyuanli , i am getting this runtime error while running the visualizer in SuMa, |
I never met such a problem before. Could you please open an issue in the SuMa repo and may get the solution there. |
I recently got caught in some projects and forget to comment your reply = = I'll try when I finish these project, Thanks a lot |
Hi, if you haven't solved this problem and still want to use Lidar SLAM to estimate poses, I suggest you could try LOAM since it's easy to implement and its performance is satisfied. |
Thank you @mysterybc |
It means that you need to first estimate the position of the SLAM system, and then remove the dynamic environment? |
Hi ! Thanks for your great work~
Thanks for your reply in advance!!
The text was updated successfully, but these errors were encountered: