Open mochan-shs opened 10 months ago
I have encountered the same problem. The results I have obtained are worse than those in the paper, but all results were achieved without modifying the code and config.
eval:
python evaluation/eval.py configs/Tanks/Ignatius.yaml
Mean MSE: 0.00, PSNR: 23.96, SSIM: 0.62, LPIPS 0.47
23.96 &0.62 & 0.47
python evaluation/eval.py configs/Tanks/Horse.yaml
Mean MSE: 0.00, PSNR: 24.37, SSIM: 0.74, LPIPS 0.38
24.37 &0.74 & 0.38
python evaluation/eval.py configs/Tanks/Family.yaml
Mean MSE: 0.00, PSNR: 23.23, SSIM: 0.66, LPIPS 0.50
23.23 &0.66 & 0.50
python evaluation/eval.py configs/Tanks/Museum.yaml
Mean MSE: 0.00, PSNR: 25.76, SSIM: 0.75, LPIPS 0.36
25.76 &0.75 & 0.36
python evaluation/eval.py configs/Tanks/Ballroom.yaml
Mean MSE: 0.00, PSNR: 24.14, SSIM: 0.68, LPIPS 0.42
24.14 &0.68 & 0.42
python evaluation/eval.py configs/Tanks/Barn.yaml
Mean MSE: 0.00, PSNR: 25.59, SSIM: 0.67, LPIPS 0.46
25.59 &0.67 & 0.46
python evaluation/eval.py configs/Tanks/Francis.yaml
Mean MSE: 0.00, PSNR: 26.38, SSIM: 0.73, LPIPS 0.47
26.38 &0.73 & 0.47
eval_pose:
python evaluation/eval_poses.py configs/Tanks/Ignatius.yaml
RPE_trans:0.037 & RPE_rot:0.008 & ATE:0.004
python evaluation/eval_poses.py configs/Tanks/Horse.yaml
RPE_trans:1.301 & RPE_rot:0.158 & ATE:0.026
python evaluation/eval_poses.py configs/Tanks/Family.yaml
RPE_trans:0.097 & RPE_rot:0.064 & ATE:0.014
python evaluation/eval_poses.py configs/Tanks/Museum.yaml
RPE_trans:0.510 & RPE_rot:0.316 & ATE:0.017
python evaluation/eval_poses.py configs/Tanks/Ballroom.yaml
RPE_trans:0.098 & RPE_rot:0.042 & ATE:0.006
python evaluation/eval_poses.py configs/Tanks/Barn.yaml
RPE_trans:0.182 & RPE_rot:0.040 & ATE:0.022
python evaluation/eval.py configs/Tanks/Francis.yaml
RPE_trans:0.482 & RPE_rot:0.208 & ATE:0.042
Thanks for your released code.
When conducting experiments on the Horse scene, Francis scene and Church scene of the Tanks dataset using the default.yaml file, I found that the results were much worse than those in the paper. PSNR, SSIM were worse than those in the paper. How can I set up the yaml file to get better results? The default.yaml was configured as follow: