GithubHelp home page GithubHelp logo

qq751220449 / car_detection_ssd_kalman Goto Github PK

View Code? Open in Web Editor NEW
14.0 0.0 2.0 165.71 MB

基于google官方的models中的SSD_MobileNet网络实现车辆的检测,使用Kalman实现对目标的跟踪

Python 100.00%

car_detection_ssd_kalman's Introduction

车辆跟踪-基于SSD+Kalman

简介

基于google官方的models中的SSD_MobileNet网络实现车辆的检测,使用Kalman实现对目标的跟踪。

https://github.com/tensorflow/models

环境

  • Tensorflow-gpu = 1.10
  • Keras = 2.2.4
  • scikit-learn = 0.19.1
  • opencv-python = 3.4.2.16
  • GTX1080

跟踪效果

Drawing

图中蓝色的框为SSD目标检测网络检测的车辆位置,红色为进行卡尔曼跟踪后的修正的BBox.在进行跟踪目标与检测目标进行匹配时,使用的匈牙利算法(Munkres algorithm).对存在遮挡的情况处理的还不是很好,可以尝试其他的匹配算法-比如相似度检测等,具体可以参考TLD算法。

SSD_MobileNet识别速度很快,但是准确率不高,出现很多次有车无检测的情况,使用跟踪算法,可以减少这种情况的发生。只有在长时间检测不到跟踪对象才会去掉跟踪目标。

car_detection_ssd_kalman's People

Contributors

qq751220449 avatar

Stargazers

 avatar xx avatar  avatar  avatar 骑猪看海 avatar 覃悦(Yue Qin) avatar  avatar Prome avatar  avatar Henry LOL avatar superwbb007 avatar YuhuaCao avatar Tong NIu 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.