ZPdesu / SEAN

SEAN: Image Synthesis with Semantic Region-Adaptive Normalization (CVPR 2020, Oral)
https://zpdesu.github.io/SEAN/
Other
652 stars 95 forks source link

The linear layers in ADE20k dataset #31

Open NguyenTriTrinh opened 3 years ago

NguyenTriTrinh commented 3 years ago

Thanks for your interesting work, i am a little confused with this paragraph of codes, is that means each class in the semantic label map needs a linear layer? So, are there 150 linear layers in the ADE20k dataset??? Can you tell me how to implement your method in the ADE20k in details?

https://github.com/ZPdesu/SEAN/blob/04c7536ff3fecd2d1a09c9ae046a1144636033a5/models/networks/normalization.py#L209