Person_reID_baseline_pytorch icon indicating copy to clipboard operation
Person_reID_baseline_pytorch copied to clipboard

No module named scipy.io

Open kuyedie520 opened this issue 4 years ago • 6 comments

kuyedie520 avatar May 20 '20 12:05 kuyedie520

pip install scipy

layumi avatar May 20 '20 12:05 layumi

thanks!

kuyedie520 avatar May 20 '20 12:05 kuyedie520

With SciPy installed, python can also import normally, but it will appear No module named scipy.io during testing in TX2.

kuyedie520 avatar May 20 '20 12:05 kuyedie520

With SciPy installed, python can also import normally, but it will appear No module named scipy.io during testing in TX2.

kuyedie520 avatar May 21 '20 02:05 kuyedie520

It is weird. You may need to check your python env. If you use conda, you may try conda install scipy

layumi avatar Oct 04 '20 02:10 layumi

With SciPy installed, python can also import normally, but it will appear No module named scipy.io during testing in TX2.

I ran into the same problem on xavier, but I ran ‘evaluate_gpu.py’ correctly.

JQZhai avatar Jun 04 '21 06:06 JQZhai