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

Question about test_depth_two_stage #23

Open
wqdong8 opened this issue Sep 27, 2023 · 2 comments
Open

Question about test_depth_two_stage #23

wqdong8 opened this issue Sep 27, 2023 · 2 comments

Comments

@wqdong8
Copy link

wqdong8 commented Sep 27, 2023

hi,
I want to know if there is something wrong with the script for test_depth_two_stage.sh? When I tried it on scannet, I could only get the results between the first two key frames.
If i want to obtain the results of all image sequence, are the results of all key frames generated at once, or are they generated once for every two adjacent key frames? Judging from the current code, it may be the latter?

@wqdong8
Copy link
Author

wqdong8 commented Sep 27, 2023

And for custom dataset, how to obtain key frames?

@Tangshitao
Copy link
Owner

For 2 stage generation, all the key frames are generated first and then interpolated frames are generated subsequently. For custom dataset, you should compute overlap ratios if it's a video or sample views if it's a mesh.

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

2 participants