pip install datasets tqdm
wget https://raw.githubusercontent.com/bytedance/coconut_cvpr2024/main/download_coconut.py
python download_coconut.py --split coconut_s # default split: relabeled_coco_val, need to switch to coconut_s
The above command should print your download status, if you download it successfully you can see the results below:

If you want to download the other splits, you can replace the split name to "relabeled_coco_val" or "coconut_b" 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
10 commits
pip install datasets tqdm
wget https://raw.githubusercontent.com/bytedance/coconut_cvpr2024/main/download_coconut.py
python download_coconut.py --split coconut_s # default split: relabeled_coco_val, need to switch to coconut_s
The above command should print your download status, if you download it successfully you can see the results below:

If you want to download the other splits, you can replace the split name to "relabeled_coco_val" or "coconut_b" 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
10 commits