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

Which dimension in prediction array is the final output on U2-Net and U-Net 3+? #66

Open
vincentallen852 opened this issue Jan 24, 2023 · 0 comments

Comments

@vincentallen852
Copy link

vincentallen852 commented Jan 24, 2023

I am trying figure out which dimension of the model output array on U2-Net and U-Net3+ is the final output.

The models have multiple activation layers and the outputs from the model are multidimensional. I am wondering which number in the predictions is the final output.

E.g. 1

A U2-Net prediction from 10 test images of 512px*512px has the shape (7, 10, 512,512). Is predictions[0] or predictions [6] the final activation output?

E.g. 2

Similarly, a U-Net3+ prediction from 10 test images of 512px*512px has the shape (4, 10, 512,512). Is predictions[0] or predictions[3] the final activation output?

I would appreciate any 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