You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New datasets
Added fashion_mnist_dataset() for loading the Fashion-MNIST dataset (@koshtiakanksha, #148).
Added eurosat_dataset(), eurosat_all_bands_dataset(), and eurosat100_dataset() for loading RGB, all-band, and small-subset variants of the EuroSAT dataset (@cregouby, #126).
Added flowers102_dataset() for loading the Flowers102 dataset (@DerrickUnleashed, #157).
Added flickr8k_dataset() and flickr30k_dataset() for loading the Flickr8k and Flickr30k datasets (@DerrickUnleashed, #159).
Added oxfordiiitpet_dataset(), oxfordiiitpet_binary_dataset(), and oxfordiiitpet_segmentation_dataset() for loading the Oxford-IIIT Pet datasets (@DerrickUnleashed, #162).
New features
tensor_image_display() and tensor_image_browse() now accept all tensor_image dtypes (@cregouby, #115).
tensor_image_display() and tensor_image_browse() now accept image_with_bounding_box and image_with_segmentation_mask inputs which are
the default items class for respectively detection datasets and segmentation datasets (@koshtiakanksha, #175).
fgvc_aircraft_dataset() gains support for annotation_level = "all" (@DerrickUnleashed, #168).
folder_dataset() now supports TIFF image formats (@cregouby, #169).
New nms() and batched_nms() functions provide Non-Maximum Suppression utilities. Added box_convert() to convert between bounding box formats (@Athospd, #40).
Minor bug fixes and improvements
transform_rotation() now correctly uses width × height for image size instead of width × width (@cregouby, #114).
Clarified documentation for transform_affine() to reduce confusion with transform_random_affine() (@cregouby, #116).
Added French translations for message outputs (@cregouby, #112).