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
Preprocessed Stable ImageNet-1K datasets for efficient computer vision prototyping with Dlib.
📌 Overview
This repository provides ready-to-use ImageNet-1K datasets preprocessed in multiple resolutions (32×32 to 256×256) for the Dlib machine learning library. Designed for rapid experimentation, benchmarking, and model training, these datasets eliminate preprocessing overhead while ensuring consistency across experiments.
🚀 Immediately available:
A ready-to-use 32×32 resolution dataset (ideal for lightweight model prototyping) in the /dataset directory.
🛠️ Flexible generation - The included C++14 tool lets you create custom datasets in any resolution (e.g., 64×64, 128×128, 224×224, etc.) from raw ImageNet-1K sources. Perfect for:
Rapid experimentation
Resolution-impact benchmarking
Consistent model training pipelines
🔧 Usage - The raw "Stable ImageNet-1K" images can be downloaded from:
→ Kaggle Dataset
Download and extract the compressed file locally
Point the extraction root directory to our processing tool:
./create_dataset path/to/extracted_folder output_dataset.dat 224 # Example for 224x224
Create Custom Datasets
Compile and run the included tool to process raw ImageNet-1K images: