Replies: 1 comment 2 replies
-
Hello @nebnes, When using the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After rendering, I get a tensorXF with values out of range [0.0,1.0].
I get several values above 1.0 around 94.00
It seems out of range values match overly bright pixels. Is it correct to clip the tensor 's high values back to 1.0 ? :
np.clip(img,0.,1.)
Is it correct ?
Beta Was this translation helpful? Give feedback.
All reactions