Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property

Type

Description

season

string

The targeted plant type and year during which images were captured (e.g., weeds_2022).More Info

datetime

string

The date and time when the image was captured format.

bbot_version

string

The version of the batch bot system used for processing the image. More Info

batch_id

string

A unique identifier made up of a state abbreviation and date for the batch that contains the image (e.g., MD_2024-01-12).

image_id

string

A unique identifier made up of a state abbreviation and unix epoch timestamp for each image.

validated

boolean

Indicates whether the quality of species labels, bboxes, and masks has been validated (true or false).

version

numberstring

data version number. Include metadata and masks

...

Property

Type

Description

is_primary

boolean

Indicates if the annotation is the primary annotation. More info

cutout_exists

boolean

Indicates if a cutout corresponding to the annotation exists.

bbox_xywh

array of 4 integers

The bounding box for the annotation in [x, y, width, height] format. xy is of the top left corner.

category_class_id

integer

The class identifier for the category of the object in the annotation.

cutout_id

string

A unique identifier derived from the image_id and appended with an integer denoting the cutout number.

overlapping_cutout_ids

array of strings

A list of cutouts that overlap with this one.

non_target_weed

boolean

non target weed classifier prediction results

non_target_weed_pred_conf

number

prediction confidence of model indicating whether it’s a non-target weed. From custom trained classifier

Categories Properties

Property

Type

Description

class_id

integer

The identifier for the classification category.

USDA_symbol

string

The USDA symbol for the category.

EPPO

string

The EPPO code for the category.

group

string

The group (monocot or dicot) to which the category belongs.

class

string

The class to which the category belongs.

subclass

string

The subclass to which the category belongs.

order

string

The order of the category.

family

string

The family of the category.

genus

string

The genus of the category.

species

string

The species of the category.

common_name

string

The common name for the category.

authority

string

The authority that classified the category.

growth_habit

string

The growth habit of the plant (e.g., vine, shrub).

duration

string

The duration of the plant's life cycle (e.g., annual, perennial).

category

string

The general category to which the classification belongs.

multi_species_USDA_symbol

string or null

List of species in a class with multiple species. Rarely used.

link

string or null

A link to more information about the category.

note

string or null

Any notes related to the category.

rgb

array of 3 integers

hex color id.

hex

string

non_target_weed_pred_conf

number

prediction confidence of model indicating whether it’s a non-target weed. From custom trained classifier

...

Detailed Descriptions

Season Details

...