Skip to content

Releases: WildlifeDatasets/wildlife-datasets

v1.0.5

31 Oct 09:36
Compare
Choose a tag to compare

New functionality

v1.0.4

13 Jun 08:06
Compare
Choose a tag to compare

WildlifeReID-10k

  • We released a new dataset WildlifeReID-10k depicting 214k images of 10k individuals.
  • It is a collection of 30 existing re-identification datasets with permissible licenses.
  • We incorporated default splits, retrained MegaDescriptor and included baseline performance.
  • All scripts to create and analyze WildlifeReID-10k are publicly available.
  • This dataset can now be accessed as datasets.WildlifeReID10k.

New functionality

  • Added the newly released testing set for BelugaID. This dataset can now be accessed as datasets.BelugaIDv2.
  • Updated links for several datasets hosted at LILA BC.
  • To evaluate WildlifeReID-10k, we included new metrics metrics.BAKS and metrics.BAUS.
  • To evaluate the difference between the random and similarity-aware splits, we added method resplit_by_features into splits.BalancedSplit.

v1.0.3

09 May 08:18
Compare
Choose a tag to compare

New functionality

Other changes

  • Added orientation (left, right, ...) to SeaTurtleID2022.
  • Fixed two segmentations in NDD20 which may have caused problems during loading.
  • Metadata including licenses and citations were updated or corrected in some cases.

v1.0.2

28 Feb 09:40
Compare
Choose a tag to compare

New functionality

  • Three new datasets were added: MPDD (dogs), PolarBearVidID (polar bears) and SeaStarReID2023 (sea stars).
  • Labels were fixed for Cows2021 and FriesianCattle2015. These classes appear now as Cows2021v2 and FriesianCattle2015v2 to keep backward compability. A full list of changes is in documentation.
  • Visual overhaul including new logos.

Breaking functionality

  • Splits were removed from the dataframes. They may be added manually.

Other changes

  • SeaTurtleID was updated by SeaTurtleID2022.
  • File names of images must contain only ASCII characters. Some files in IPanda50 were renamed while keeping backward compability.
  • Some functions were refactored and plot_grid was updated.

v1.0.0

27 Feb 12:55
Compare
Choose a tag to compare

Initial release

We are happy to introduce the first release of the wildlife-datasets library. Currently, the library can process 31 wildlife re-identification datasets. Its main feature is an interface for downloading and extracting datasets and converting them into a unified format. For full functionality see documentation.