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 create rgbd from 2 numpy arrays: rgb_numpy_array and depth_numpy_array
When I print the first row of input dept numpy array uint16 and rgbd numpy float32 array the values are absolute different:
@lukaspistelak Could you share minimal code and example data so we can take a look? It would help to understand the issue based on real example. Thanks!
according to this link:
#473
I want to create rgbd from 2 numpy arrays: rgb_numpy_array and depth_numpy_array
When I print the first row of input dept numpy array uint16 and rgbd numpy float32 array the values are absolute different:
VS.:
The text was updated successfully, but these errors were encountered: