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
452 stars 118 forks source link

Set the rationality of the partcls_loss #41

Open zel-1 opened 4 years ago

zel-1 commented 4 years ago

First of all, thank you very much for your work.Secondly, I am a little confused about the partcls_loss.At the beginning of the training, the regions clipped from the original image may be the background area, but you gave it an original image label. Will it cause errors in the convergence direction of the network and the normal direction?Looking forward to your reply. Thank you!

zhangyongbigdata commented 4 years ago

我想请问ProposalNet指的是什么? 论文中Navigator参考了PFN和Faster R-CNN 在代码中怎么体现的呢?