Cysu / open-reid

Open source person re-identification library in python
https://cysu.github.io/open-reid/
MIT License
1.34k stars 349 forks source link

where is the metric_learn.base_metric module? #48

Closed Wayne-Yuan closed 6 years ago

Wayne-Yuan commented 6 years ago

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 commented 6 years ago

python setup.py install will install these modules: https://github.com/Cysu/open-reid/blob/3293ca79a07ebee7f995ce647aafa7df755207b8/setup.py#L11-L14

See more information about metric-learn at here.

Cysu commented 6 years ago

This one: https://github.com/all-umass/metric-learn

Cysu commented 6 years ago

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

Wayne-Yuan commented 6 years ago

wow, you guys commented so quickly. Thanks~~