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

feature extraction #24

Open Shahnawazgrewal opened 5 years ago

Shahnawazgrewal commented 5 years ago

Can I use concat_logits (Line 60) in test.py as a feature extractor from the trained model?