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

output size #222

Open
Rinvay67 opened this issue Feb 28, 2022 · 2 comments
Open

output size #222

Rinvay67 opened this issue Feb 28, 2022 · 2 comments

Comments

@Rinvay67
Copy link

how to deside the output size when chosing different network? or how to understand?
Thank you

@TontonTremblay
Copy link
Collaborator

The easiest way is to run forward with a random tensor, then look at its shape in the output. The original dope's output is 1/8. I have others in the new training script, I believe full is original input to original output. Then the others I am not sure, one is the original code base, and I believe I had one that did 1/2 as well.

@Rinvay67
Copy link
Author

Rinvay67 commented Mar 1, 2022

What I mean is why the output size is 400 or 50, how do you deside the output size or design the network? And if the output size is 50, the belief map's tensor is 50x50x9, the affinity_map's tensor is 50x50x16, right?
by the way, could you show the output image of belief map or affinity_map?
Thank you for your timely reply.

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