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

help with custom dataset #121

Open
dgiunchi opened this issue Apr 18, 2024 · 2 comments
Open

help with custom dataset #121

dgiunchi opened this issue Apr 18, 2024 · 2 comments

Comments

@dgiunchi
Copy link

I'm trying to generate the right inputs from colmap using nerfstudio starting from an mp4.
At the end of the training when I visualize, it is a total mess.
I noticed, making a comparison between the transforms.json from the dnerf and the custom one generated by colmap, that is missing the "time" variable. Did somebody have the same problem with custom data?

@dgiunchi dgiunchi changed the title help for custom dataset help with custom dataset Apr 18, 2024
@guanjunwu
Copy link
Collaborator

As far as I know, the most messy case is that the motion part of the scene is too big (please refer to our supp).
In my code, the time variable is mainly based on the hypothesis that you only take the monocular video as input. So the first frame of the video is assigned to timestamp 0, and the last frame of the video is assigned to timestamp 1.

@matbee-eth
Copy link

As far as I know, the most messy case is that the motion part of the scene is too big (please refer to our supp). In my code, the time variable is mainly based on the hypothesis that you only take the monocular video as input. So the first frame of the video is assigned to timestamp 0, and the last frame of the video is assigned to timestamp 1.

I assume for stereoscopic capturing this would fail, correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants