yangze0930 / NTS-Net

This is a PyTorch implementation of the ECCV2018 paper "Learning to Navigate for Fine-grained Classification" (Ze Yang, Tiange Luo, Dong Wang, Zhiqiang Hu, Jun Gao, Liwei Wang).
MIT License
450 stars 118 forks source link

What is PROPOSAL_NUM = 6 #15

Open gabrielzhuyun opened 5 years ago

gabrielzhuyun commented 5 years ago

Hi Ze, I have some hard time understanding this parameter. What does it mean?

Thanks, Yun

amobiny commented 5 years ago

it is actually the "M" in the paper which is the number of top informative regions to be fed into the Teacher network.