File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ The following invocation computes the embeddings of the Market1501 query set usi
197197python 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
203203The 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:
213213python 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
You can’t perform that action at this time.
0 commit comments