what does R and T in base_cma.json mean #408
Answered
by
Tom94
buptseelihang
asked this question in
Q&A
-
if R means rotaion matrix ,why it have four parameter? what does slice and time mean the default value of T is [0.5,0.5,2.0]? i try to change it in nerf_loder.cu but it doesn't work how to use the transform_matrix of frames to get cameras' position and view direction so i can render a high quality video? THANK YOU~ |
Beta Was this translation helpful? Give feedback.
Answered by
Tom94
Mar 29, 2022
Replies: 1 comment 3 replies
-
Hi there, if you have a stored camera path, you can use testbed.load_camera_path(args.camera_path)
testbed.render(start_t=time) where As for R, T, slice and time:
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
buptseelihang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there, if you have a stored camera path, you can use
where
time
is a value from 0 to 1 that indicates the position along the path.As for R, T, slice and time: