Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
minkyu-choi07 committed Feb 7, 2024
1 parent b1aee39 commit dbfd604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ Please find argument details from run scripts.
* `save_frames`: Boolean to decide whether to save individual frames (True or False).
In each run script, make sure

1. coco synthetic data generator
1. **coco synthetic data generator** <br>
COCO synthetic data generator can generate & compositions since it has multiple labels.
```
python3 run_scripts/run_synthetic_tlv_coco.py --data_root_dir "../COCO/2017" --save_dir "<output dir path>"
```

2. Imagenet synthetic data generator
2. **Imagenet synthetic data generator** <br>
Imagenet synthetic data generator cannot generate & LTL logic formula.
```
python3 run_synthetic_tlv_imagenet.py --data_root_dir "../ILSVRC" --save_dir "<output dir path>""
Expand Down

0 comments on commit dbfd604

Please sign in to comment.