Update README.md
parent
3d8dd9064d
commit
ecf8577e6b
|
@ -31,6 +31,9 @@ The neighbor encoding method of our paper is inspired by the reference [2]. If y
|
||||||
1. re_ranking_feature.py: re-ranking with original feature, Euclidean distance is used. Thanks [Hao Luo](https://github.com/michuanhaohao) !
|
1. re_ranking_feature.py: re-ranking with original feature, Euclidean distance is used. Thanks [Hao Luo](https://github.com/michuanhaohao) !
|
||||||
2. re_ranking_ranklist: re-ranking with given distance matrices, handle the difference of / division between python 2 and 3. Thanks [huang houjing](https://github.com/huanghoujing) !
|
2. re_ranking_ranklist: re-ranking with given distance matrices, handle the difference of / division between python 2 and 3. Thanks [huang houjing](https://github.com/huanghoujing) !
|
||||||
|
|
||||||
|
### Pytorch re-implementations
|
||||||
|
-[Person_reID_baseline + Random Erasing + Re-ranking](https://github.com/layumi/Person_reID_baseline_pytorch)
|
||||||
|
|
||||||
================================================================
|
================================================================
|
||||||
|
|
||||||
## The new training/testing protocol for CUHK03
|
## The new training/testing protocol for CUHK03
|
||||||
|
|
Loading…
Reference in New Issue