BenediktAlkin/ImageNetSubsetGenerator
Creates subsets of ImageNet (e.g. ImageNet100)
This helps machine learning researchers or practitioners working with large image datasets. It takes a full ImageNet1K dataset as input and produces a smaller, curated subset of images. This is useful for training and testing computer vision models more efficiently, especially when experimenting with different data scales or specific research benchmarks.
No commits in the last 6 months.
Use this if you need to quickly create a smaller, standardized subset from the massive ImageNet1K dataset for your machine learning experiments or model development.
Not ideal if you need to generate custom image subsets based on criteria not already pre-defined (e.g., specific object counts per class or non-ImageNet datasets).
Stars
13
Forks
1
Language
Python
License
MIT
Category
Last pushed
Feb 28, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/BenediktAlkin/ImageNetSubsetGenerator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
qubvel/efficientnet
Implementation of EfficientNet model. Keras and TensorFlow Keras.
KichangKim/DeepDanbooru
AI based multi-label girl image classification system, implemented by using TensorFlow.
matlab-deep-learning/Image-Classification-in-MATLAB-Using-TensorFlow
This example shows how to call a TensorFlow model from MATLAB using co-execution with Python.
AFAgarap/cnn-svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine...
harvitronix/five-video-classification-methods
Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow