Stacked_Hourglass_Network_Keras
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.
The output resolution is 1/4 of the input resolution. If the input resolutio is 256x256, then the output resolution in 64x64.
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 you need to change the net arch by adding more upsampling layers. But,that will introduce more computing.