#296 · Primary category: Computer Vision
efficientnet
Implementation of EfficientNet model. Keras and TensorFlow Keras.
Project last updated:01/24/24
GitHub Stars
2.1K
Forks
457
Contributors
10
License
Apache-2.0
Why we included this project
EfficientNet is a lightweight convolutional network that reaches state-of-the-art accuracy on ImageNet while using an order of magnitude fewer parameters and FLOPs than comparable models. This Keras reimplementation ships pretrained checkpoints for the whole B0-to-B7 family, so you can pick a smaller variant when inference speed or memory matters and a larger one when accuracy does. The weights cover ImageNet and five other transfer-learning datasets, which makes fine-tuning for a custom classifier fairly painless. The code mirrors the original TensorFlow implementation closely, so it is also a useful reference if you want to study or modify the architecture rather than use it as a black box.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)