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

ValueError: not enough values to unpack (expected 2, got 0) #53

Open bamboo821 opened 3 years ago

bamboo821 commented 3 years ago

运行时core文件夹里面的utils.py的第七行出错:

_, term_width = os.popen('stty size', 'r').read().split() ValueError: not enough values to unpack (expected 2, got 0)

这是什么情况呢?

Baekrny commented 2 years ago

我也有一样的问题

9vvqaq commented 2 months ago

the same question,have you tackled?