Person_reID_baseline_pytorch
Person_reID_baseline_pytorch copied to clipboard
No module named scipy.io
pip install scipy
thanks!
With SciPy installed, python can also import normally, but it will appear No module named scipy.io during testing in TX2.
With SciPy installed, python can also import normally, but it will appear No module named scipy.io during testing in TX2.
It is weird.
You may need to check your python env. If you use conda, you may try conda install scipy
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.