awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesBounding Box Refinement Techniques

Methods like generalized focal loss to improve localization quality during training.

Distinct from Detection Model Validation: Distinct from model validation: focuses on training-time refinement logic rather than post-training evaluation.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Bounding Box Refinement Techniques. Refine with filters or upvote what's useful.

Awesome Bounding Box Refinement Techniques GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • paddlepaddle/paddledetectionالصورة الرمزية لـ PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243عرض على 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

    Refines bounding box quality during training using generalized focal loss techniques.

    Pythonblazefacedeepsortdetr
    عرض على GitHub↗14,243
  • wang-xinyu/tensorrtxالصورة الرمزية لـ wang-xinyu

    wang-xinyu/tensorrtx

    7,802عرض على GitHub↗

    tensorrtx is a computer vision inference engine and model implementation library designed for graphics processor acceleration. It provides a framework for optimizing deep learning models through a GPU inference optimizer, a deep learning model converter for transforming weights from frameworks like TensorFlow and PyTorch, and a custom plugin library to implement operations not natively supported by the TensorRT API. The project distinguishes itself through a comprehensive collection of pre-defined network implementations, ranging from various YOLO versions and DETR transformers for object det

    Provides post-processing logic to refine bounding box predictions and handle multi-output tensors after inference.

    C++arcfacecrnndetr
    عرض على GitHub↗7,802
  • xingyizhou/centernetالصورة الرمزية لـ xingyizhou

    xingyizhou/CenterNet

    7,565عرض على GitHub↗

    CenterNet هو إطار عمل لاكتشاف الكائنات بنقطة المركز وخط أنابيب رؤية حاسوبية في الوقت الفعلي. يحدد الكائنات والوضعيات من خلال التنبؤ بنقاط المركز بدلاً من استخدام صناديق التثبيت (Anchor boxes). يعمل النظام كمقدر لصناديق الإحاطة ثلاثية الأبعاد، ونموذج لتقدير وضعية الإنسان، وأداة لاكتشاف الكائنات في الوقت الفعلي. يعامل وضع المفاصل ومواقع الكائنات كمشكلات اكتشاف نقطة المركز لتحديد الكيانات في الصور والفضاء ثلاثي الأبعاد. تغطي القدرات اكتشاف الكائنات ثلاثية الأبعاد، وتقدير النقاط الرئيسية للإنسان، وتحليل الفيديو المباشر. يستخدم خط الأنابيب عملية استدلال تغذية أمامية أحادية المرحلة لإجراء تحليل مستمر على كاميرات الويب أو ملفات الفيديو.

    Predicts local offsets to correct quantization errors and refine bounding box precision.

    Python
    عرض على GitHub↗7,565
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Model Evaluation and Analysis
  6. Machine Learning Evaluation
  7. Detection Model Validation
  8. Bounding Box Refinement Techniques

استكشف الوسوم الفرعية

  • Post-Inference Bounding Box RefinementsOperations applied after model execution to normalize and refine bounding box coordinates. **Distinct from Bounding Box Refinement Techniques:** Distinct from Bounding Box Refinement Techniques: focuses on runtime post-processing of outputs rather than training-time loss functions.