Datasets:
update readme
Browse files
README.md
CHANGED
|
@@ -85,6 +85,7 @@ img2dataset --url_list /path/to/GRIT_dataset/grit-20m --input_format "parquet"\
|
|
| 85 |
--save_additional_columns '["id","noun_chunks","ref_exps","clip_similarity_vitb32","clip_similarity_vitl14"]' \
|
| 86 |
--enable_wandb False
|
| 87 |
```
|
|
|
|
| 88 |
More img2dataset hyper-parameters can be found in [here](https://github.com/rom1504/img2dataset#api).
|
| 89 |
|
| 90 |
### Citation Information
|
|
|
|
| 85 |
--save_additional_columns '["id","noun_chunks","ref_exps","clip_similarity_vitb32","clip_similarity_vitl14"]' \
|
| 86 |
--enable_wandb False
|
| 87 |
```
|
| 88 |
+
You can adjust some parameters according to your actual needs (e.g., `processes_count`, `thread_count`, `image_size`, `save_additional_columns`).
|
| 89 |
More img2dataset hyper-parameters can be found in [here](https://github.com/rom1504/img2dataset#api).
|
| 90 |
|
| 91 |
### Citation Information
|