pip install datasets tqdm
wget https://raw.githubusercontent.com/bytedance/coconut_cvpr2024/main/download_coconut.py
python download_coconut.py --split coconut_b # default split: relabeled_coco_val, need to switch to coconut_b
If you want to download the other splits, you can replace the split name to "relabeled_coco_val" or "coconut_s" NOTE: multiple splits download is not yet supported.
python download_coconut.py --split relabeled_coco_val --output_dir relabeled_coco_val
Please go to our offical github repo for detailed usage instruction: https://github.com/bytedance/coconut_cvpr2024
7 commits
pip install datasets tqdm
wget https://raw.githubusercontent.com/bytedance/coconut_cvpr2024/main/download_coconut.py
python download_coconut.py --split coconut_b # default split: relabeled_coco_val, need to switch to coconut_b
If you want to download the other splits, you can replace the split name to "relabeled_coco_val" or "coconut_s" NOTE: multiple splits download is not yet supported.
python download_coconut.py --split relabeled_coco_val --output_dir relabeled_coco_val
Please go to our offical github repo for detailed usage instruction: https://github.com/bytedance/coconut_cvpr2024
7 commits