autonomousvision / gaussian-opacity-fields

Gaussian Opacity Fields: Efficient and Compact Surface Reconstruction in Unbounded Scenes
https://niujinshuchong.github.io/gaussian-opacity-fields/
Other
559 stars 26 forks source link

question of TnT evalution #35

Open BaowenZ opened 1 month ago

BaowenZ commented 1 month ago

Thank you for your excellent work! I find that you use a new trajectory file for training, and align it with the original trajectory for testing. But the evalution code uses new trajectory as original trajectory. https://github.com/autonomousvision/gaussian-opacity-fields/blob/e9e551cae7545e3b8f1f209ceb44b9054de3a2e2/eval_tnt/run.py#L74 I think this should be modified as

colmap_ref_logfile = os.path.join(dataset_dir, scene + "_COLMAP_SfM_original.log") 
niujinshuchong commented 1 month ago

Hi, where can i find "_COLMAP_SfM_original.log"?

BaowenZ commented 1 month ago

Sorry, it's not clear. "_COLMAP_SfM_original.log" means the original trajectory file downloaded from the Tanks and Temples

niujinshuchong commented 1 month ago

Hi, can you point it to the specific link? I didn't find it. Thanks.