-
Notifications
You must be signed in to change notification settings - Fork 13
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
custom data #4
Comments
Hi @cv-lab-x , |
Hi @eriksandstroem, I was also wondering if you could give some clarification on how to use custom data? For example: I have a dataset of synthetic images from a sim. These are purely RGB images of which I have access to camera parameteres such as intrinsics. If I were to base my .yaml config file from the freiburg3_office.yaml config could I simply edit the input_folder, and cam fields to match those of my custom dataset and use them? Thank you for your work! |
You need to create a custom dataset class, apart from the custom .yaml files. I suggest you to have a look at the datasets.py file for reference on how to load e.g. replica, scannet and tum. Let me know if there is anything specific that you have questions about! |
hi, thanks for your great work, could you give some suggestions or examples about custom data like 4min-10min videos data, how to improve accuracy.
@eriksandstroem Looking forward to your reply, thanks!
The text was updated successfully, but these errors were encountered: