kaixin96 / PANet

Code for our ICCV 2019 paper PANet: Few-Shot Image Semantic Segmentation with Prototype Alignment
315 stars 64 forks source link

Minor typo in comments #21

Closed k0nen closed 4 years ago

k0nen commented 4 years ago

Hello, and first of all thank you for the open source code. I believe that the size of fore_mask and back_mask is Wa x Sh x B x H x W, not Wa x Sh x B x H' x W'. Please correct me if I'm wrong.

https://github.com/kaixin96/PANet/blob/39815f7546f34d6b1055865a4b323c1da6984524/models/fewshot.py#L64-L67

kaixin96 commented 4 years ago

Hi @k0nen , thanks for pointing it out. It is a typo.

Best regards