You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)"?
The text was updated successfully, but these errors were encountered:
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)"?
The text was updated successfully, but these errors were encountered: