Giter Club home page Giter Club logo

yolov1-implemetation-from-scratch-pytorch's Introduction

YOLOv1-Implemetation-From-Scratch-Pytorch

Architecture YOLOV1:

Architecture

Result train with 20 epochs:

result

Intersection Over Union (IoU)

  • IOU (Intersection over Union) is a metric commonly used to evaluate the performance of object detection algorithms. It measures the overlap between the predicted bounding box and the ground truth bounding box of an object in an image.
  • IOU = (Area of Intersection) / (Area of Union)
  • The IOU value ranges from 0 to 1, where 0 indicates no overlap between the predicted and ground truth bounding boxes, and 1 indicates a perfect match.

Thuật toán Non-Maximum Suppression (NMS

  • Thuật toán Non-Maximum Suppression (NMS) là một kỹ thuật được sử dụng trong bài toán object detection nhằm loại bỏ các bounding box trùng lặp và giữ lại các bounding box có độ tin cậy cao nhất.
  • Thuật toán NMS thường được áp dụng sau khi mô hình đã dự đoán được các bounding box chứa đối tượng trên ảnh đầu vào. Quá trình này tạo ra nhiều bounding box gần giống nhau tại một vị trí và kích thước khác nhau.
  • Trong quá trình loại bỏ, thuật toán sẽ giữ lại bounding box có độ tin cậy cao nhất và loại bỏ tất cả các bounding box khác có IOU với bounding box đó vượt qua ngưỡng xác định.
  • Kết quả của thuật toán NMS là tập hợp các bounding box không trùng lặp với độ tin cậy cao nhất, tạo ra một đầu ra chính xác hơn và dễ đọc hơn.

Datasets Link

yolov1-implemetation-from-scratch-pytorch's People

Contributors

denotevn avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.