-`--cfg-options`: If specified, the key-value pair config will be merged into the config file, for more details please refer to [Tutorial 1: Learn about Configs](../tutorials/config.md)
-`--out-path` : The path to save the verification result, if not set, defaults to 'brokenfiles.log'.
-`--phase` : Phase of dataset to verify, accept "train" "test" and "val", if not set, defaults to "train".
-`--num-process` : number of process to use, if not set, defaults to 1.
-`--cfg-options`: If specified, the key-value pair config will be merged into the config file, for more details please refer to [Tutorial 1: Learn about Configs](../tutorials/config.md)
**Examples**:
```shell
python tools/misc/verify_dataset.py configs/t2t_vit/t2t-vit-t-14_8xb64_in1k.py --out-path broken_imgs.log --phase val --num-process 8