@@ -268,7 +268,7 @@ On the host machine:
268
268
python3 bin/gen_mask_dataset.py \
269
269
$(pwd)/configs/data_gen/random_<size>_512.yaml \ # thick, thin, medium
270
270
my_dataset/val_source/ \
271
- my_dataset/val/random_<size>_512.yaml # thick, thin, medium
271
+ my_dataset/val/random_<size>_512.yaml \ # thick, thin, medium
272
272
--ext jpg
273
273
274
274
# So the mask generator will:
@@ -287,7 +287,7 @@ On the host machine:
287
287
python3 bin/gen_mask_dataset.py \
288
288
$(pwd)/configs/data_gen/random_<size>_512.yaml \ #thick, thin, medium
289
289
my_dataset/visual_test_source/ \
290
- my_dataset/visual_test/random_<size>_512/ #thick, thin, medium
290
+ my_dataset/visual_test/random_<size>_512/ \ #thick, thin, medium
291
291
--ext jpg
292
292
293
293
@@ -303,7 +303,7 @@ On the host machine:
303
303
python3 bin/gen_mask_dataset.py \
304
304
$(pwd)/configs/data_gen/random_<size>_512.yaml \ #thick, thin, medium
305
305
my_dataset/eval_source/ \
306
- my_dataset/eval/random_<size>_512/ #thick, thin, medium
306
+ my_dataset/eval/random_<size>_512/ \ #thick, thin, medium
307
307
--ext jpg
308
308
309
309
0 commit comments