Skip to content

Commit 6a16199

Browse files
committed
Add note about independent re-implementations.
1 parent 94350e5 commit 6a16199

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ We provide the following things:
99
See section [Training your own models](#training-your-own-models).
1010
- A script for evaluation which computes the CMC and mAP of embeddings in an HDF5 ("new .mat") file.
1111
See section [Evaluating embeddings](#evaluating-embeddings).
12+
- A list of [independent re-implementations](#independent-re-implementations).
1213

1314
If you use any of the provided code, please cite:
1415
```
@@ -173,3 +174,11 @@ TODO: Will be added later.
173174
# Evaluating embeddings
174175

175176
TODO: Will be added later.
177+
178+
179+
# Independent re-implementations
180+
181+
These are the independent re-implementations of our paper that we are aware of,
182+
please send a pull-request to add more:
183+
184+
- [Open-ReID](https://github.com/Cysu/open-reid) (PyTorch, MIT license)

0 commit comments

Comments
 (0)