Tong Xiao
Tong Xiao
Thank you very much for pointing out this issue! For Market-1501 and DukeMTMC, our current code choose query according to the person IDs, rather than the images. This could have...
Does [this section](https://cysu.github.io/open-reid/notes/evaluation_metrics.html) on our website help?
@jaxony Thank you very much for your interest in the project! I will compile a list of TODOs in detail later this weekend. For now, we may consider some simple...
@jaxony That's great! Could you please open a [pull request](https://help.github.com/articles/about-pull-requests/), so that I can checkout locally to test it?
@huanghoujing Thanks a lot for this information! That's interesting. I will check about it when available.
@huanghoujing you may install specific version by ```bash pip uninstall scikit-learn pip install scikit-learn==0.18.1 ```
@Rizhiy, thank you very much for spotting the issue. Multi-threading would definitely help. But I’m not sure if simply using Pool is Ok, as the current implementation writes to the...
Sorry but there was no cuda 8.0 at the time of developing this project. I haven't test it. A safer choice might be installing a cuda 7.5 and recompile the...
I haven't tried with CPU_ONLY. I am not sure if this version of caffe supports CPU_ONLY. Maybe you need to use cmake to compile caffe, but with commands like ```bash...
I find that it is fine when compiled with `-DUSE_MPI=ON`, otherwise will result in the error. I will check about this.