Loading...
Loading...
Available on 1 platform
Sign in to view source links and access this dataset
ImageNet21K is a large-scale image dataset containing approximately 13 million examples across about 19 thousand classes. The dataset was recaptioned and uploaded by author gmongaras to the Hugging Face platform, with a last recorded update on 2025-02-03. Images are stored in PNG format and can be decoded from raw bytes.
Images are stored as raw bytes in a column; users must decode them programmatically, as shown in the provided Python example.