Skip to content

Commit f3aed74

Browse files
authored
Fix small inconsistency in README
See #53
1 parent 74d965b commit f3aed74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ The following invocation computes the embeddings of the Market1501 query set usi
197197
python embed.py \
198198
--experiment_root ~/experiments/my_experiment \
199199
--dataset data/market1501_query.csv \
200-
--filename test_embeddings.h5
200+
--filename market1501_query_embeddings.h5
201201
```
202202

203203
The embeddings will be written into the HDF5 file at `~/experiments/my_experiment/test_embeddings.h5` as dataset `embs`.
@@ -213,7 +213,7 @@ The following is an example that computes extensively augmented embeddings:
213213
python embed.py \
214214
--experiment_root ~/experiments/my_experiment \
215215
--dataset data/market1501_query.csv \
216-
--filename test_embeddings_augmented.h5 \
216+
--filename market1501_query_embeddings_augmented.h5 \
217217
--flip_augment \
218218
--crop_augment five \
219219
--aggregator mean

0 commit comments

Comments
 (0)