Datasets:

Modalities:
Image
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
License:
leafy_spurge / README.md
kdoherty's picture
Upload README.md with huggingface_hub
de12fd2 verified
|
raw
history blame
718 Bytes
---
dataset_info:
features:
- name: image
dtype: image
- name: idx
dtype: int64
- name: label
dtype: string
- name: longitude
dtype: float64
- name: latitude
dtype: float64
- name: easting
dtype: float64
- name: northing
dtype: float64
- name: elevation
dtype: float64
- name: time
dtype: int64
- name: cluster
dtype: int64
configs:
- config_name: labelled
drop_labels: false
data_files:
- split: train
path:
- data/train/**/*.tif
- data/train/metadata.csv
- split: test
path:
- data/test/**/*.tif
- data/test/metadata.csv
- config_name: unlabelled
data_files:
- split: train
path:
- "data/orthomosaic/*.tif"
---