Skip to content
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

How to create a new dataset #107

Open
Yuho994 opened this issue Apr 24, 2024 · 1 comment
Open

How to create a new dataset #107

Yuho994 opened this issue Apr 24, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Yuho994
Copy link

Yuho994 commented Apr 24, 2024

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 '

@Nik-V9
Copy link
Contributor

Nik-V9 commented Jun 8, 2024

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 Nik-V9 added the question Further information is requested label Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants