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
seem wrong. mean is supposed to be the mean pixel value, but as it is it's just summing over the histogram (therefore equal to height * width), divided by 256. google-research/big_vision and tensorflow/models have the same bug so ideally should be fixed in the same way. See google-research/big_vision#109 for details including the manual tests I did.
The text was updated successfully, but these errors were encountered:
L209 of
autoaugment.py
tpu/models/official/efficientnet/autoaugment.py
Lines 205 to 209 in c3186a4
and L278 of
autoaugment_utils.py
of the implementation of contrast()tpu/models/official/detection/utils/autoaugment_utils.py
Lines 274 to 278 in c3186a4
seem wrong.
mean
is supposed to be the mean pixel value, but as it is it's just summing over the histogram (therefore equal to height * width), divided by 256. google-research/big_vision and tensorflow/models have the same bug so ideally should be fixed in the same way. See google-research/big_vision#109 for details including the manual tests I did.The text was updated successfully, but these errors were encountered: