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
valid.sum(): 3897
Minimum depth: 0.0
Maximum depth: 0.58392
I would need to know how to set zfar value based on this information. I checked the git issues and it wasn't clear to me how this problem was resolved.
The text was updated successfully, but these errors were encountered:
After using depth*1000.astype(uint16) and making sure they are in acceptable range, I am getting this new error:
I have this structure:
depth:

mask:
depth map:
running it with debug level 4 didn't give me much different output:
I notice you mentioned in #87 to change the z-far. I am not sure where exactly to change it and to what value?
I saw this in config.yaml and looks like z-far, right? How to choose which value to change it to?
Here's my script for converting
ros2 humble bags
toimages
.my min and max values across all depth images are:
Minimum depth: 0
Maximum depth: 58392
when I run the milk data, here is the min and max values:
when my custom data min and max values are:
I would need to know how to set zfar value based on this information. I checked the git issues and it wasn't clear to me how this problem was resolved.
The text was updated successfully, but these errors were encountered: