We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depth2HHA-python/utils/rgbd_util.py
Line 49 in 6c7c14b
According to this line, if yMin is higher than -90, the value will be overwritten with the value -130.
Is there any reason about this?
I happened to have height channel cap at 255 for upper half of image when I used with my synthetic dataset.
The text was updated successfully, but these errors were encountered:
I get same question about this, i think "if (ymin < -90): ymin=-130" is more reasonable maybe, right?
Sorry, something went wrong.
No branches or pull requests
Depth2HHA-python/utils/rgbd_util.py
Line 49 in 6c7c14b
According to this line, if yMin is higher than -90, the value will be overwritten with the value -130.
Is there any reason about this?
I happened to have height channel cap at 255 for upper half of image when I used with my synthetic dataset.
The text was updated successfully, but these errors were encountered: