VladimirYugay / Gaussian-SLAM

Gaussian-SLAM: Photo-realistic Dense SLAM with Gaussian Splatting
https://vladimiryugay.github.io/gaussian_slam
MIT License
833 stars 50 forks source link

Run other code? #28

Closed YIXIN-M closed 1 week ago

YIXIN-M commented 2 weeks ago

How did I obtain the values of evaluation metrics such as PNSR, SSIM, and LPIPS for NICE-SLAM, Vox Fusion, ESLAM, Point SLAM, and SplaTAM * in the paper? I downloaded the corresponding source code from GitHub and ran it on my computer, but I couldn't obtain the specific values of these evaluation metrics.

VladimirYugay commented 2 weeks ago

Hey there. Thanks for your interest in our work. Some of the metrics we took from this survey. Concurrent methods we ran ourselves. To obtain results we ran each method three times with the seeds 0, 1, 2 and averaged them out.

YIXIN-M commented 2 weeks ago

These ESLAM, Splatam, nice slam can run but cannot obtain specific values for evaluation metrics such as PNSR, SSIM, and LPIPS in papers. Point slam can obtain these values in the Replica dataset, but cannot in other datasets. Do you want to add code for evaluation metrics such as PNSR, SSIM, and LPIPS to these source codes?

------------------ 原始邮件 ------------------ 发件人: "VladimirYugay/Gaussian-SLAM" @.>; 发送时间: 2024年6月28日(星期五) 下午4:36 @.>; @.**@.>; 主题: Re: [VladimirYugay/Gaussian-SLAM] Run other code? (Issue #28)

Hey there. Thanks for your interest in our work. Some of the metrics we took from this survey. Concurrent methods we ran ourselves. To obtain results we ran each method three times with the seeds 0, 1, 2 and averaged them out.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

VladimirYugay commented 2 weeks ago

We didn't plan to add rendering evaluation code for other datasets.

VladimirYugay commented 1 week ago

Closing it for now. Feel free to re-open if you have any other questions!