Skip to content

Commit 08cea08

Browse files
authored
Update README.md
1 parent 0ea7c7a commit 08cea08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ On the host machine:
268268
python3 bin/gen_mask_dataset.py \
269269
$(pwd)/configs/data_gen/random_<size>_512.yaml \ # thick, thin, medium
270270
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
272272
--ext jpg
273273
274274
# So the mask generator will:
@@ -287,7 +287,7 @@ On the host machine:
287287
python3 bin/gen_mask_dataset.py \
288288
$(pwd)/configs/data_gen/random_<size>_512.yaml \ #thick, thin, medium
289289
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
291291
--ext jpg
292292
293293
@@ -303,7 +303,7 @@ On the host machine:
303303
python3 bin/gen_mask_dataset.py \
304304
$(pwd)/configs/data_gen/random_<size>_512.yaml \ #thick, thin, medium
305305
my_dataset/eval_source/ \
306-
my_dataset/eval/random_<size>_512/ #thick, thin, medium
306+
my_dataset/eval/random_<size>_512/ \ #thick, thin, medium
307307
--ext jpg
308308
309309

0 commit comments

Comments
 (0)