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
Hi I was training the code and I bumped upon this issue which I wasn't sure why it was happening?
In davis2017_youtubevos_ehem.py line 74 it sets the foreground to 255, but then the random augmentations in custome_transforms.py line 47 is if ((tmp == 0) | (tmp == 1)): It will use Nearest Interpolation. Should this be 255 instead of 1?
Cause when I debugged the loader it seems the output for the groundtruth mask is not 0/255 only.
Thanks for your help in advance
The text was updated successfully, but these errors were encountered:
Hi I was training the code and I bumped upon this issue which I wasn't sure why it was happening?
In davis2017_youtubevos_ehem.py line 74 it sets the foreground to 255, but then the random augmentations in custome_transforms.py line 47 is if ((tmp == 0) | (tmp == 1)): It will use Nearest Interpolation. Should this be 255 instead of 1?
Cause when I debugged the loader it seems the output for the groundtruth mask is not 0/255 only.
Thanks for your help in advance
The text was updated successfully, but these errors were encountered: