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

Shapes incompatible when testing Unet++ on COCO #40

Open
sparshgarg23 opened this issue Jan 12, 2022 · 1 comment
Open

Shapes incompatible when testing Unet++ on COCO #40

sparshgarg23 opened this issue Jan 12, 2022 · 1 comment
Labels
question Further information is requested

Comments

@sparshgarg23
Copy link

sparshgarg23 commented Jan 12, 2022

I was using your Image segmentation using customized UNET 3+ and hybrid loss and user_guide_models notebook " to train with Unet_plus_2d model on COCO.
but during training,I got the following error
Shapes (2069, 128, 128, 2) and (4, 2069, 128, 128, 3) are incompatible.
Any idea why this is happening,the only changes i made in the seg attention unet backbone notebook was to change the model
Also in the notebook Image segmentation using customized UNET 3+ and hybrid loss
while displaying the images,why is the image so grainy and what can be done to resolve it

@yingkaisha
Copy link
Owner

Hi, would you mind providing your code and full error message? I will look into it.

When you say grainy, do you mean the images are too coarse? --- it is because all the samples are low-resolution images, it has nothing to do with the model.

@yingkaisha yingkaisha added the question Further information is requested label Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants