SplaTAM icon indicating copy to clipboard operation
SplaTAM copied to clipboard

How to create a new dataset

Open Yuho994 opened this issue 1 year ago • 1 comments

I have attempted to run the code using the default dataset and the results have been excellent. But I have a questen that what data do I need to prepare if I want to train using continuous photos taken by drones? I tried to create a new folder to place photos in \ data \ TUL_RGBD, but after running it, it displayed No such file or directory: '/ Configs/data/TUM/test. yaml '

Yuho994 avatar Apr 24 '24 07:04 Yuho994

Thanks for trying out our code! The error relates to not being able to find the config file for the data.

You will also need a corresponding config file for the data, which contains the intrinsic & depth PNG scale information (pixel value to depth mapping): https://github.com/spla-tam/SplaTAM/tree/main/configs/data

Also, it's better to implement a different dataloader for using a custom folder: https://github.com/spla-tam/SplaTAM/tree/main/datasets/gradslam_datasets

Nik-V9 avatar Jun 08 '24 14:06 Nik-V9