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

Change output shape #31

Open
AromaticJ opened this issue Sep 20, 2018 · 0 comments
Open

Change output shape #31

AromaticJ opened this issue Sep 20, 2018 · 0 comments

Comments

@AromaticJ
Copy link

In the data layer, layer output is list as below:
data -> data 32 3 480 640 (29491200)
data -> label 32 8 120 160 (4915200)
data -> type 32 1 60 80 (153600)

I know the shape of "type" is depended on "catalog_resolution"
But I can't find out where shape of "label" is depended.
If I want to change the output shape of binary-mask, I should change shape of "label" firstly, how can I change "data -> label 32 8 120 160 (4915200)" to "data -> label 32 8 240 320 (4915200)"?

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