-
Notifications
You must be signed in to change notification settings - Fork 39
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
Do not have a good result on TUM #44
Comments
Same here. |
I have similar problem with even worse RMSE (>20) just running it as is on the TUM freiburg1_desk:
I achieve the following:
... which is not good... @bogus2000 @Riboha : Is this because some parameters are specifically tuned to particular datasets? |
Have you tried running it with the same parameters as provided in tum.sh? overlapped_th=1e-3 python -W ignore gs_icp_slam.py --dataset_path /home/GS_ICP_SLAM/dataset/TUM/rgbd_dataset_freiburg1_desk --config /home/GS_ICP_SLAM/configs/TUM/rgbd_dataset_freiburg1_desk.txt --overlapped_th=1e-3 --max_correspondence_distance=0.03 --knn_maxd=99999.0 --trackable_opacity_th=0.09 --overlapped_th2=1e-3 --downsample_rate=5 --keyframe_th=0.81 --rerun_viewer maybe even try a higher value for the max_correspondence distance like 0.1 This worked for us. Replica might behave quite different in comparison to real-world datasets due to its synthetic nature, hence the parameters should differ as well to get good results. |
@nico0704 Thanks for your reply! We did get some better results with the parameters from the tum.sh script, thank you! |
We tried it with both TUM and our own dataset and got some alright looking results. |
@nico0704 amazing work and thanks for sharing. I think we can make good use of your contribution indeed. |
@nico0704 Is this because my dataset is bad? Can you upload your dataset to your repository? |
Hello, thanks you for your open access,but I have met some problem during running.
When I use the replica dataset, there are basically no problems running, but when I use the TUM dataset, my results are significantly lower than those in the paper and are basically unusable:
PSNR: 17.38
ATE RMSE : 2.75
Is there any problem??
The text was updated successfully, but these errors were encountered: