### Prepare metadata_shared.json and split_all.json for a dataset

DATASET=$1
EXTRAS="${@:2}"

python anydata/converters/misc/cleanup.py $DATASET \
    --official \
    --upload \
    $EXTRAS

    # --videos \
