Skip to main content

Open source agricultural data

Project description

smallSSD: The small robot company's semi-supervised detection dataset

smallSSD is an open source agricultural semi-supervised object detection dataset, containing 960 images labelled with wheat and weed bounding boxes and 100,032 unlabelled images.

All images were collected by the Small Robot Company's Tom robot in 8 experimental fields with varying drill rates and fertilizer and herbicide application, and are available on Zenodo.

This repository returns a dataset, modelled off the torchvision datasets:

from torch.utils.data import DataLoader
from smallssd.data import LabelledData, UnlabelledData

labelled_loader = DataLoader(LabelledData())

By default, this code expects the labelled data to be in the data folder (and will automatically download it from Zenodo if it is not available there).

More in-depth examples on how to get started with this data are available in the benchmarks, where we train torchvision models against the data using both fully-supervised and pseudo labelling approaches.

Installation

smallSSD can be installed with the following command:

pip install smallssd

License

smallSSD has a Creative Commons Attribution-NonCommercial 4.0 International license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smallssd-0.0.5.tar.gz (11.0 kB view hashes)

Uploaded Source

Built Distribution

smallssd-0.0.5-py3-none-any.whl (11.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page