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
Thanks for this great tool! Please let me ask two questions.
(1) I tried to extract screenshots of all car models successfully with save model screenshots all 3dw car. How can I save the depth images of all car models? If so, how can I save those in a batch mode?
(2) The output csv file informs bbox and camera position/target/up vectors. Let's say a corner point of a bounding box is (a, b, c). Is there a way to calculate its pixel coordinate in a screenshot image?
The text was updated successfully, but these errors were encountered:
You could compute pixel coordinates by saving the camera projection matrix and applying it to the 3D corner point position to get the corresponding image pixel coordinates. Saving of the camera projection matrix would again have to be implemented since it is not something that we currently provide. The relevant code location would be again, the one above.
Thanks for this great tool! Please let me ask two questions.
(1) I tried to extract screenshots of all car models successfully with
save model screenshots all 3dw car
. How can I save the depth images of all car models? If so, how can I save those in a batch mode?(2) The output csv file informs bbox and camera position/target/up vectors. Let's say a corner point of a bounding box is (a, b, c). Is there a way to calculate its pixel coordinate in a screenshot image?
The text was updated successfully, but these errors were encountered: