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

Own dataset #15

Open
aniol6 opened this issue Apr 4, 2024 · 1 comment
Open

Own dataset #15

aniol6 opened this issue Apr 4, 2024 · 1 comment

Comments

@aniol6
Copy link

aniol6 commented Apr 4, 2024

I get the following error:

images_masked = (images * (1 - masks).float()) + masks
RuntimeError: The size of tensor a (256) must match the size of tensor b (455) at non-singleton dimension 3

The images that I use have a size of 1280x720 (images and masks). I use "pconv" as the mask type. Any suggestion?

@KonradZBK
Copy link

Solved the problem? I'm also struggling on this one

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

2 participants