awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
zylo117 avatar

zylo117/Yet-Another-EfficientDet-Pytorch

0
View on GitHub↗
5,245 stars·1,248 forks·Jupyter Notebook·LGPL-3.0·24 views

Yet Another EfficientDet Pytorch

This project is a PyTorch implementation of the EfficientDet architecture designed for real-time object detection. It provides a neural network and inference engine capable of identifying and locating multiple objects within images or video streams.

The implementation includes pretrained computer vision models with optimized weights, enabling immediate inference and fine-tuning without the need for training from scratch.

The project covers the full pipeline for computer vision model optimization, including custom object detection training and model weight optimization. It incorporates structural components such as bidirectional feature fusion, compound-scaled neural architectures, and anchor-based region proposals to balance inference speed and detection accuracy.

Features

  • Real-Time Object Detection - Identifies and locates multiple objects within images or video streams in real-time using a high-performance network.
  • Model Deployment - Provides mechanisms to load pre-optimized model weights for production-ready computer vision inference.
  • Detection Model Training - Enables the training of object detection models on custom datasets using specialized architectures.
  • PyTorch-Based Frameworks - Builds upon the PyTorch framework to implement a real-time object detection system with GPU acceleration.
  • Object Detection Models - Implements a neural network architecture specifically designed to identify and locate multiple objects in image and video data.
  • Real-Time - Provides a performance-optimized execution environment for low-latency processing of visual data streams.
  • PyTorch Tensor Operations - Leverages PyTorch for dynamic computational graphs, automatic differentiation, and GPU-accelerated tensor operations.
  • Pretrained Model Deployment - Allows the use of pretrained weights for visual recognition tasks without needing to train from scratch.
  • PyTorch Implementations - Provides a full PyTorch implementation of the EfficientDet architecture for research and application.
  • Anchor Box Detections - Implements anchor box mechanisms and non-max suppression to refine bounding box predictions across feature maps.
  • Computer Vision Models - Includes optimized weights for the EfficientDet architecture to enable immediate inference and fine-tuning.
  • Computer Vision Optimization - Tunes anchor strategies and loss functions to optimize the speed and accuracy of vision-based models.
  • Bidirectional Feature Pyramids - Uses a bidirectional feature pyramid network to improve the representation of objects of various sizes.
  • Compound Scaling - Scales network depth, width, and input resolution simultaneously using a unified coefficient for optimal performance.
  • Multi-Scale Feature Pyramids - Aggregates hierarchical image representations across resolutions to detect objects ranging from very small to very large.
  • Supervised Model Weight Optimization - Refines neural network parameters using ground-truth data and loss balancing to improve custom model performance.

Star history

Star history chart for zylo117/yet-another-efficientdet-pytorchStar history chart for zylo117/yet-another-efficientdet-pytorch

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Yet Another EfficientDet Pytorch

These projects share indexed features with Yet Another EfficientDet Pytorch. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • eriklindernoren/pytorch-yolov3eriklindernoren avatar

    eriklindernoren/PyTorch-YOLOv3

    7,439View on GitHub↗

    This project is a PyTorch implementation of the YOLOv3 object detection architecture. It functions as a real-time object detector and computer vision framework designed to identify and locate multiple objects within images using bounding boxes and class labels. The system allows for both the use of pretrained weights for immediate image analysis and the training of custom models using datasets with bounding box annotations. It provides a programmatic interface to integrate detection capabilities directly into other software applications. The framework includes tools for model evaluation to m

    Python
    View on GitHub↗7,439
  • amdegroot/ssd.pytorchamdegroot avatar

    amdegroot/ssd.pytorch

    5,224View on GitHub↗

    This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass. The implementation includes a real-time object detector capable of processing live video streams to track and label objects across sequential frames. It also features a complete computer vision training pipeline for preparing image datasets and training model weights. The fra

    Pythoncomputer-visiondeep-learningimage-recognition
    View on GitHub↗5,224
  • chenyuntc/simple-faster-rcnn-pytorchchenyuntc avatar

    chenyuntc/simple-faster-rcnn-pytorch

    4,034View on GitHub↗

    This project is a PyTorch implementation of the Faster R-CNN architecture for object detection. It provides a framework for identifying multiple object classes and their corresponding bounding boxes within images using a deep learning system. The implementation includes a training pipeline for optimizing models on custom datasets and a utility for converting pretrained weights from external formats into a compatible structure for model initialization. The system covers a two-stage detection pipeline comprising a region proposal network and an ROI pooling layer. It incorporates multi-task los

    Jupyter Notebookcupyfaster-rcnnobject-detection
    View on GitHub↗4,034
  • paddlepaddle/paddledetectionPaddlePaddle avatar

    PaddlePaddle/PaddleDetection

    14,243View on GitHub↗

    PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

    Pythonblazefacedeepsortdetr
    View on GitHub↗14,243
Compare all 30 related projects→

Frequently asked questions

What does zylo117/yet-another-efficientdet-pytorch do?

This project is a PyTorch implementation of the EfficientDet architecture designed for real-time object detection. It provides a neural network and inference engine capable of identifying and locating multiple objects within images or video streams.

What are the main features of zylo117/yet-another-efficientdet-pytorch?

The main features of zylo117/yet-another-efficientdet-pytorch are: Real-Time Object Detection, Model Deployment, Detection Model Training, PyTorch-Based Frameworks, Object Detection Models, Real-Time, PyTorch Tensor Operations, Pretrained Model Deployment.

Which projects share features with zylo117/yet-another-efficientdet-pytorch?

Projects with overlapping indexed features include: eriklindernoren/pytorch-yolov3 — This project is a PyTorch implementation of the YOLOv3 object detection architecture. It functions as a real-time… amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and… chenyuntc/simple-faster-rcnn-pytorch — This project is a PyTorch implementation of the Faster R-CNN architecture for object detection. It provides a… paddlepaddle/paddledetection — PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of… wongkinyiu/yolov9 — YOLOv9 is a real-time computer vision framework and deep learning model designed for image classification, object… balancap/ssd-tensorflow — This project is a TensorFlow object detection framework designed for training and deploying Single Shot MultiBox…