Stacked_Hourglass_Network_Keras icon indicating copy to clipboard operation
Stacked_Hourglass_Network_Keras copied to clipboard

the output resolution in taken as input in the network but never used inside, so the output resolution of the network is not as given.

Open dp-isi opened this issue 5 years ago • 3 comments

dp-isi avatar Sep 21 '19 08:09 dp-isi

The output resolution is 1/4 of the input resolution. If the input resolutio is 256x256, then the output resolution in 64x64.

yuanyuanli85 avatar Sep 21 '19 11:09 yuanyuanli85

thank you for your quick reply. Can you please tell me how can I get an output of same size as input size.

dp-isi avatar Sep 21 '19 11:09 dp-isi

@dp-isi you need to change the net arch by adding more upsampling layers. But,that will introduce more computing.

yuanyuanli85 avatar Sep 22 '19 00:09 yuanyuanli85