4
stars
9
commits
1
linked in READMEs
Apr 29, 2024
updated
pip install datasets tqdm
wget https://raw.githubusercontent.com/bytedance/coconut_cvpr2024/main/download_coconut.py
python download_coconut.py # default split: relabeled_coco_val
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 "coconut_s" or "coconut_b" NOTE: multiple splits download is not yet supported.
python download_coconut.py --split coconut_s --output_dir coconut_s
Please go to our offical github repo for detailed usage instruction: https://github.com/bytedance/coconut_cvpr2024
9 commits
4
stars
9
commits
1
linked in READMEs
Apr 29, 2024
updated
pip install datasets tqdm
wget https://raw.githubusercontent.com/bytedance/coconut_cvpr2024/main/download_coconut.py
python download_coconut.py # default split: relabeled_coco_val
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 "coconut_s" or "coconut_b" NOTE: multiple splits download is not yet supported.
python download_coconut.py --split coconut_s --output_dir coconut_s
Please go to our offical github repo for detailed usage instruction: https://github.com/bytedance/coconut_cvpr2024
9 commits