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 am trying to run this code on a custom dataset. Can you tell me the data format for the input depth image for the Swin network? Currently I am passing an RGB image normalized to 0-1 and a float32 depth image from an Intel Realsense with depth in meters. I don't want to download the custom dataset to see what format I need to run this on my own dataset. Is there any documentation on this?
The network outputs a tensor with all zeros when I tried in the above configuration.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to run this code on a custom dataset. Can you tell me the data format for the input depth image for the Swin network? Currently I am passing an RGB image normalized to 0-1 and a float32 depth image from an Intel Realsense with depth in meters. I don't want to download the custom dataset to see what format I need to run this on my own dataset. Is there any documentation on this?
The network outputs a tensor with all zeros when I tried in the above configuration.
Thanks!
The text was updated successfully, but these errors were encountered: