Skip to content
New issue

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

Loader Issues #24

Open
MSiam opened this issue Aug 21, 2021 · 2 comments
Open

Loader Issues #24

MSiam opened this issue Aug 21, 2021 · 2 comments

Comments

@MSiam
Copy link

MSiam commented Aug 21, 2021

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

@MSiam
Copy link
Author

MSiam commented Aug 21, 2021

I also wasn't sure what to use in the weightedBCE code for the threshold as in the paper you use 0.2 but the code seems to just use anything above 0.

It would be really great to clarify this thanks

@MSiam
Copy link
Author

MSiam commented Sep 2, 2021

I also had a question on your PyramidDilatedConv module in line

x2 = self.block1(x)

it seems to only use block1 and block2, block3 are not used. Is this an issue? Thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant