AgroVG-Sample / README.md
sauryrs's picture
Add AgroVG sample dataset
6debe2f verified
metadata
pretty_name: AgroVG-Sample
license: other
task_categories:
  - object-detection
  - image-segmentation
tags:
  - visual-grounding
  - referring-expression-comprehension
  - referring-expression-segmentation
  - agriculture
  - benchmark
  - sample
  - mlcroissant
size_categories:
  - n<1K
language:
  - en
configs:
  - config_name: t1_annotations
    data_files:
      - split: dev
        path: t1/annotations/dev.jsonl
      - split: test
        path: t1/annotations/test.jsonl
  - config_name: t1_queries
    data_files:
      - split: dev
        path: t1/queries/queries_dev.jsonl
      - split: test
        path: t1/queries/queries_test.jsonl
  - config_name: t2_annotations
    data_files:
      - split: dev
        path: t2/annotations/dev.jsonl
      - split: test
        path: t2/annotations/test.jsonl
  - config_name: t2_queries
    data_files:
      - split: dev
        path: t2/queries/queries_dev.jsonl
      - split: test
        path: t2/queries/queries_test.jsonl

AgroVG-Sample

AgroVG-Sample is a lightweight, structure-preserving sample of AgroVG prepared for peer review and dataset inspection. It keeps the same relative path schema as the full release while including only a small deterministic subset of examples.

This sample is intended for quick download, schema inspection, and evaluation-pipeline smoke tests. It is not intended to reproduce benchmark numbers from the paper.

Full dataset URL: https://huggingface.co/datasets/sauryrs/AgroVG
Sample dataset URL: https://huggingface.co/datasets/sauryrs/AgroVG-Sample

Composition

Task Dev queries Test queries Total queries Output target
T1 27 27 54 Bounding-box set
T2 18 18 36 Query-level binary mask
Total 45 45 90 Boxes or masks

Files

AgroVG-Sample/
  README.md
  LICENSE
  NOTICE
  CITATION.cff
  croissant.json
  source_licenses.json
  sample_manifest.json
  sample_stats.json
  t1/
    annotations/dev.jsonl
    annotations/test.jsonl
    annotations/annotations.jsonl
    queries/queries_dev.jsonl
    queries/queries_test.jsonl
    images/...
  t2/
    annotations/dev.jsonl
    annotations/test.jsonl
    annotations/annotations.jsonl
    queries/queries_dev.jsonl
    queries/queries_test.jsonl
    images/...
    instance_maps/...

Path Schema

All paths are relative to the task directory.

  • T1 rgb_relpath resolves under t1/.
  • T2 rgb_relpath resolves under t2/.
  • T2 mask_relpath resolves under t2/.

Provenance and Licensing

This sample inherits the same source-dataset provenance and license constraints as AgroVG. See source_licenses.json, NOTICE, and LICENSE.