ORCA: Object Recognition and Comprehension for Archiving Marine Species
Paper • 2512.21150 • Published
image imagewidth (px) 500 1.2k |
|---|
A random sample of 100 images (with their annotations) drawn from the ORCA dataset (WongYukKwan/ORCA), the benchmark from ORCA: Object Recognition and Comprehension for Archiving Marine Species (WACV 2026, arXiv:2512.21150).
random.Random(42)) from the
14,645 images in the source dataset.data.json are filtered to only the sampled images; the full categories
taxonomy (670 entries) is kept unchanged so category IDs still resolve.COCO format, identical to the source dataset:
data.json — {"images": [...], "annotations": [...], "categories": [...]}images/ — the 100 sampled image filesEach annotation carries bbox, caption, and label
(0 = LLM-generated positive caption, 1 = LLM-generated negative caption,
2 = expert-refined positive caption).
The source dataset is released under CC-BY-4.0; this sample inherits that license. Please cite the original ORCA paper if you use this sample:
@InProceedings{Wong_2026_WACV,
author = {Wong, Yuk-Kwan and Liang, Haixin and Ma, Zeyu and Chen, Yiwei and Zheng, Ziqiang and Gotama, Rinaldi and Sebastian, Pascal and Sparks, Lauren D. and Yeung, Sai-Kit},
title = {ORCA: Object Recognition and Comprehension for Archiving Marine Species},
booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
month = {March},
year = {2026},
pages = {1597-1609}
}