Skip to content

Commit 0349a80

Browse files
committed
Add md5sum to model links.
1 parent aa4b8e5 commit 0349a80

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ Meanwhile, we provide the pre-trained weights for the TriNet model, as well as s
1111

1212
This is a first, simple release. A better more generic script will follow in a few months, but this should be enough to get started trying out our models!
1313

14-
As a first step, download the weights for the TriNet model [trained on MARS](https://omnomnom.vision.rwth-aachen.de/data/trinet-mars.npz) or trained on [Market1501](https://omnomnom.vision.rwth-aachen.de/data/trinet-market1501.npz).
15-
(Pre-trained LuNet models will follow.)
14+
As a first step, download either of these pre-trained models:
15+
- [TriNet trained on MARS](https://omnomnom.vision.rwth-aachen.de/data/trinet-mars.npz) (md5sum: `72fafa2ee9aa3765f038d06e8dd8ef4b`)
16+
- [TriNet trained on Market1501](https://omnomnom.vision.rwth-aachen.de/data/trinet-market1501.npz) (md5sum: `5353f95d1489536129ec14638aded3c7`)
17+
- (LuNet models will follow.)
1618

1719
Next, create a file (`files.txt`) which contains the full path to the image files you want to embed, one filename per line, like so:
1820

0 commit comments

Comments
 (0)