New functionality
- Six new datasets were added: AmvrakikosTurtles, ReunionTurtles, SouthernProvinceTurtles, ZakynthosTurtles (sea turtles), ELPephants (elephants) and Chicks4FreeID (chickens).
- The
WildlifeDataset
(formerlyDatasetFactory
) class was restructed and multiple methods were added from wildlife-tools. This brings the benefits of:- Simple way of adding datasets in other formats - example for the parquet format.
- Easier access to images via
dataset[0]
or automatically loading cropped images via instantiatingdataset(root, img_load='bbox')
. - Significantly improved readability.
- We added links to original publications whenever we were able to find them.