You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
When I run train_preid.py, I got this error: Traceback (most recent call last): File "trainer_preid.py", line 8, in <module> from evaluation.evaluation_helper import get_evaluation_summary_writer File "/home/swg/Re-id/pose-sensitive-embedding/evaluation/evaluation_helper.py", line 5, in <module> import matlab.engine ModuleNotFoundError: No module named 'matlab.engine'; 'matlab' is not a package
I have try ' pip install matlab' and 'conda install matlab' , but all fail.
Could you please tell me how to fix this problem? thx.
When I run train_preid.py, I got this error:
Traceback (most recent call last): File "trainer_preid.py", line 8, in <module> from evaluation.evaluation_helper import get_evaluation_summary_writer File "/home/swg/Re-id/pose-sensitive-embedding/evaluation/evaluation_helper.py", line 5, in <module> import matlab.engine ModuleNotFoundError: No module named 'matlab.engine'; 'matlab' is not a packageI have try ' pip install matlab' and 'conda install matlab' , but all fail.
Could you please tell me how to fix this problem? thx.