--- language: - en license: cc-by-nc-4.0 size_categories: - 1K { "questions": [ { "image_index" : str, image ID "question_index" : str, question ID "image" : PIL Image, image for query "question" : str, query "answer_type" : str, expected answer type - {int, float, str} "answer" : str|int|float, ground truth response to the query }, { ... }, ... ] } ``` ## Citation If you use the Omni3D-Bench dataset in your research, please use the following BibTeX entry. ```bibtex @inproceedings{marsili2025visual, title={Visual agentic ai for spatial reasoning with a dynamic api}, author={Marsili, Damiano and Agrawal, Rohun and Yue, Yisong and Gkioxari, Georgia}, booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference}, pages={19446--19455}, year={2025} } ```