You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to find the transformation between transforms.json (generated by ns-process-data) and cameras.json (generated by ns-viewer). Even though I manually select a pose in the viewer, add a keyframe, and ns-render camera-path, the resulting image appears different because the field of view (FOV) does not match exactly (I guess). Therefore, I want to convert transforms.json directly into the cameras.json format.
I prefer not to use ns-render dataset since I want to add additional poses to transforms.json and render them directly.
should be converted to format of cameras.json (not exact value. i think rotation is correct, however translation does not match to original translation of transforms.json)
Hello!
I want to find the transformation between
transforms.json
(generated byns-process-data
) andcameras.json
(generated byns-viewer
). Even though I manually select a pose in theviewer
,add a keyframe
, andns-render camera-path
, the resulting image appears different because the field of view (FOV) does not match exactly (I guess). Therefore, I want to converttransforms.json
directly into thecameras.json
format.I prefer not to use
ns-render dataset
since I want to add additional poses totransforms.json
and render them directly.in specific,
transforms.json
should be converted to format of
cameras.json
(not exact value. i think rotation is correct, however translation does not match to original translation of transforms.json)dataparser_transform.json
i guess,
default_fov
andfov
should be same, and calculated using2atan(width/2fx)
render_width
andrender_height
should be same tow
andh
: I referred this page
however, rendered result does not match that I imagined. what's the problem?
The text was updated successfully, but these errors were encountered: