File tree 1 file changed +2
-2
lines changed
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
197
197
python embed.py \
198
198
--experiment_root ~/experiments/my_experiment \
199
199
--dataset data/market1501_query.csv \
200
- --filename test_embeddings .h5
200
+ --filename market1501_query_embeddings .h5
201
201
```
202
202
203
203
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:
213
213
python embed.py \
214
214
--experiment_root ~/experiments/my_experiment \
215
215
--dataset data/market1501_query.csv \
216
- --filename test_embeddings_augmented .h5 \
216
+ --filename market1501_query_embeddings_augmented .h5 \
217
217
--flip_augment \
218
218
--crop_augment five \
219
219
--aggregator mean
You can’t perform that action at this time.
0 commit comments