-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels