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

ImportError: cannot import name 'Car2000' #32

Open Totoro-wen opened 5 years ago

Totoro-wen commented 5 years ago

Hello,When i run this code python train.py, i met the following problem.

Traceback (most recent call last):
  File "train.py", line 11, in <module>
    from core.utils import init_log, progress_bar
  File "/home/aibc/Wen/classification/NTS-Net/core/utils.py", line 8, in <module>
    from core.dataset import CUB, Car2000
ImportError: cannot import name 'Car2000'