Baselight

Visual WetlandBirds Dataset

@euremarkable.visual_wetlandbirds_dataset

Bounding Boxes
@euremarkable.visual_wetlandbirds_dataset.bounding_boxes

Annotations from each of the frames composing the videos of the dataset. These annotations are given in CSV format, where the last field corresponds to the different bounding boxes that appear in each frame. The bounding boxes are tuples composed of 6 fields, following the next structure: [(X_max,Y_max,X_min,Y_min,Behavior_id,Bird_id)]. As different birds can appear in one frame, each of them is assigned with an ID, which is indicated with the field Bird_id of the previously mentioned tuple.

  • 1.88 MB
  • 120694 rows
  • 5 columns
species_id

Species Id

species

Species

video_name

Video Name

frame

Frame

bounding_boxes

Bounding Boxes

White Wagtail001-white_wagtail[(364.62, 191.11, 574.08, 394.75, 1, 0)]
White Wagtail001-white_wagtail1[(364.5, 191.0, 573.75, 394.5, 1, 0)]
White Wagtail001-white_wagtail2[(364.5, 185.0, 573.75, 388.5, 1, 0)]
White Wagtail001-white_wagtail3[(363.0, 182.25, 572.25, 385.75, 1, 0)]
White Wagtail001-white_wagtail4[(362.75, 176.25, 572.0, 379.75, 1, 0)]
White Wagtail001-white_wagtail5[(363.0, 171.25, 572.25, 374.75, 1, 0)]
White Wagtail001-white_wagtail6[(363.25, 173.25, 572.5, 376.75, 1, 0)]
White Wagtail001-white_wagtail7[(362.0, 176.75, 571.25, 380.25, 1, 0)]
White Wagtail001-white_wagtail8[(361.0, 181.0, 570.25, 384.5, 1, 0)]
White Wagtail001-white_wagtail9[(361.75, 181.25, 571.0, 384.75, 1, 0)]

CREATE TABLE bounding_boxes (
  "species_id" BIGINT,
  "species" VARCHAR,
  "video_name" VARCHAR,
  "frame" BIGINT,
  "bounding_boxes" VARCHAR
);

Share link

Anyone who has the link will be able to view this.