Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Dataset Card for VLM-GIST

Supplementary material of: Leveraging Vision-Language Models for Open-Vocabulary Instance Segmentation and Tracking by Bastian Pätzold, Jan Nogga and Sven Behnke. IEEE Robotics and Automation Letters (RA-L). 2025.

image/png

This is a FiftyOne dataset with 64 samples, thoroughly annotated with unique and semantically rich descriptions, as well as bounding boxes and segmentation masks for all visible object instances.

Installation

If you haven't already, install FiftyOne:

pip install -U fiftyone

Usage

import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub

# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("ptzld/VLM-GIST")

# Launch the App
session = fo.launch_app(dataset)

Citation

If you utilize this dataset in your research, please cite:

https://arxiv.org/abs/2503.16538

@article{paetzold25vlmgist,
    author={Bastian P{\"a}tzold and Jan Nogga and Sven Behnke},
    title={Leveraging Vision-Language Models for Open-Vocabulary Instance Segmentation and Tracking},
    journal={IEEE Robotics and Automation Letters (RA-L)},
    volume={10},
    number={11},
    pages={11578-11585},
    year={2025}
}

License

The VLM-GIST dataset is licensed under CC BY‑NC‑SA 4.0 (see license), where 42 images (00013.jpg to 00054.jpg) are taken from the AgiBot World dataset.

Contact

Bastian Pätzold paetzold@ais.uni-bonn.de
Jan Nogga nogga@ais.uni-bonn.de

Downloads last month
55

Paper for ptzld/VLM-GIST