Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named torchreid.utils #526

Open
kailashhambarde opened this issue Nov 11, 2022 · 1 comment
Open

ModuleNotFoundError: No module named torchreid.utils #526

kailashhambarde opened this issue Nov 11, 2022 · 1 comment

Comments

@kailashhambarde
Copy link

(torchreid) socialab@pop-os:/Downloads$ cd deep-person-reid/
(torchreid) socialab@pop-os:
/Downloads/deep-person-reid$ python scripts/main.py
--config-file configs/im_osnet_x1_0_softmax_256x128_amsgrad_cosine.yaml
--transforms random_flip random_erase
--root $PATH_TO_DATA
/home/socialab/anaconda3/envs/torchreid/lib/python3.7/site-packages/torchreid/reid/metrics/rank.py:12: UserWarning: Cython evaluation (very fast so highly recommended) is unavailable, now use python evaluation.
'Cython evaluation (very fast so highly recommended) is '
Traceback (most recent call last):
File "scripts/main.py", line 9, in
from torchreid.utils import (
ModuleNotFoundError: No module named 'torchreid.utils'

@ahmedshoaib
Copy link

Had the same issue with py311. Works if you go back to py310

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants