-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
add time #1391
add time #1391
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the quick fix.
Is this still an issue after this PR? I would think that (relative) time should progress from 0 to 1 linearly by default, which does nothing for static methods |
@machenmusik Yes. After exporting camera path, all poses are with the same timestamp. Perhaps we could add a timestamp for each key frame? Timestamps can then be displayed below the camera keyframe selection. |
commit 9808ebb Author: Matthew Tancik <[email protected]> Date: Sun Feb 12 11:14:12 2023 -0800 v0.1.17 (nerfstudio-project#1409) commit 2b52f51 Author: Matthew Tancik <[email protected]> Date: Sun Feb 12 11:05:59 2023 -0800 Downgrade nerfacc to 0.3.3 (nerfstudio-project#1408) reset nerfacc to 0.3.3 commit a37c73f Author: Pablo Vela <[email protected]> Date: Sun Feb 12 12:31:31 2023 -0600 sdfstudio dataparser/dataset (nerfstudio-project#1381) * add downloads for sdfstudio datasets * add sdfstudio parser to work with sdfstudio data * fix licensing and doc strings * fix linter errors * move depths/normals to metadata, create sdfdataset * remove extra scenebox parameters * more linting errors fix * fix wrong annotation * add in missing depth/normal files * minor fixes --------- commit 71eacd5 Author: Matthew Tancik <[email protected]> Date: Sat Feb 11 10:51:22 2023 -0800 Update reality capture doc (nerfstudio-project#1404) commit 259f3aa Author: Mark Colley <[email protected]> Date: Fri Feb 10 18:30:57 2023 -0500 Fix IPython error display (nerfstudio-project#1397) commit 3cf2bb0 Author: Matthew Tancik <[email protected]> Date: Thu Feb 9 18:26:13 2023 -0800 Update citation (nerfstudio-project#1392) commit 448e107 Author: Matthew Tancik <[email protected]> Date: Thu Feb 9 17:55:51 2023 -0800 Update doc link commit 6368340 Author: Jonáš Kulhánek <[email protected]> Date: Fri Feb 10 02:31:16 2023 +0100 Add ns-viewer command to run viewer only with model in eval mode (nerfstudio-project#1379) * Add ns-viewer command to run only viewer with model in eval mode * Remove profiler and logger * Fix ns-viewer * ns-viewer remove writer.setup_local_writer * ns-viewer add writer.setup_local_writer * ns-viewer: update docs * Delete outputs commit 27b7132 Author: Jonáš Kulhánek <[email protected]> Date: Fri Feb 10 02:23:33 2023 +0100 Add support for is_fisheye flag in ingp transforms.json (nerfstudio-project#1385) commit b653eef Author: LSong <[email protected]> Date: Thu Feb 9 16:43:21 2023 -0800 add time (nerfstudio-project#1391) * add time * fix black --------- Co-authored-by: LcDog <[email protected]>
* add time * fix black --------- Co-authored-by: LcDog <[email protected]>
Is this still an issue now? Seems that this still is not supported now? Thanks. |
|
@a1600012888 @xiazhi1 I think yes. I don't know how to improve the UIs. But currently you may change the json file by your self to specify a time. |
Added time to the
spiral
rendering scriptKnown limitations:
DyCheck
data set has a differentz
axis. So the video is upside down:video0.mp4
A quick fix is to add
-
to the up axis (but this is not included in this PR as it impacts other datasets)video.mp4
Using exported camera path is fine
video2.mp4
But exported camera path is with a fixed timestamp. Perhaps we can improve UI and allow user to specify timestamp for key frames as well?