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

where is the metric_learn.base_metric module? #48

Closed
Wayne-Yuan opened this issue Jan 2, 2018 · 4 comments
Closed

where is the metric_learn.base_metric module? #48

Wayne-Yuan opened this issue Jan 2, 2018 · 4 comments

Comments

@Wayne-Yuan
Copy link

I've noticed that there're some import statements in reid.metric_learning.euclidean as well as in reid.metric_learning.kissme and reid.metric_learning that imports the module metric_learnor metric_learn.base_metric.
However, I fail to locate this module in your package. Does this belong to some reference libraries I overlooked?

@zydou
Copy link
Contributor

zydou commented Jan 2, 2018

python setup.py install will install these modules:

open-reid/setup.py

Lines 11 to 14 in 3293ca7

install_requires=[
'numpy', 'scipy', 'torch', 'torchvision',
'six', 'h5py', 'Pillow',
'scikit-learn', 'metric-learn'],

See more information about metric-learn at here.

@Cysu
Copy link
Owner

Cysu commented Jan 2, 2018

@Cysu Cysu closed this as completed Jan 2, 2018
@Cysu
Copy link
Owner

Cysu commented Jan 2, 2018

@zydou, thanks so much for the answer! We were about the same time :)

@Wayne-Yuan
Copy link
Author

wow, you guys commented so quickly. Thanks~~

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

3 participants