ykamikawa / tf-keras-SegNet

SegNet including indices pooling for Semantic Segmentation with tensorflow and keras
178 stars 80 forks source link

Extracting index in MaxUnpooling2D #17

Open pedrogalher opened 3 years ago

pedrogalher commented 3 years ago

I don't fully understand the following operations to extract the indexes "y" and "x" form the agmax tensor. Could you elaborate a little on how did you get the following expressions?:

Thank you very much Pedro