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
Actually a change needs to be done when embedder is 'torchreid'
instead of
from torchreid.utils import FeatureExtractor
the correct one is
from torchreid.reid.utils import FeatureExtractor
Actually a change needs to be done when embedder is 'torchreid'
instead of
from torchreid.utils import FeatureExtractor
the correct one is
from torchreid.reid.utils import FeatureExtractor
You can see this once
The text was updated successfully, but these errors were encountered: