• Stars
    star
    162
  • Rank 231,227 (Top 5 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

简明 SSD 目标检测模型 keras version(交通标志识别 训练部分见 dev 分支)

Single Shot MultiBox Detector Keras version.

SSD是一种Object Detection方法。本文是基于论文SSD: Single Shot MultiBox Detector,实现的keras版本。

该文章在既保证速度,又要保证精度的情况下,提出了SSD物体检测模型,与现在流行的检测模型一样,将检测过程整个成一个single deep neural network。便于训练与优化,同时提高检测速度。 SSD将输出一系列离散化(discretization)的bounding boxes,这些bounding boxes是在不同层次(layers)上的feature maps上生成的,并且有着不同的aspect ratio。

模型效果

  • 模型对载具的检测

  • 模型对动物的检测

  • 模型的视频检测


如何使用

所需依赖

cv2==3.3.0
keras==2.2.0
matplotlib==2.1.0
tensorflow==1.3.0
numpy==1.13.3

如果想跑通视频模块,则需额外pip install scikit-video

具体操作

git clone [email protected]:kuhung/SSD_keras.git
cd SSD_keras
  • Download model weight weights_SSD300.hdf5here
cp weights_SSD300.hdf5 into SSD_keras
  • 对于图片的检测

参考SSD.ipynb

  • 若要剪切图片为下一步处理做准备

参考SSD_crop.py

  • 检测视频
cd video_utils
python videotest_example.py hy.mp4

参考资料

SSD: Single Shot MultiBox Detector

论文阅读:SSD: Single Shot MultiBox Detector

rykov8/ssd_keras

More Repositories

1

flask_vue_ML

后端+前端+算法模型,机器学习项目 demo。Flask + vue + ML, full stack machine learning project construction.
JavaScript
104
star
2

machine-learning-systems-design

机器学习系统设计案例与测试 Machine Learning Systems Design Cases & Tests
CSS
82
star
3

DateCastle

图像识别与推荐系统两类
HTML
74
star
4

yysGAN

GAN 使用生成对抗网络生成新的图片样本
Python
69
star
5

The-Managers-Path-CN

技术领导者之路中文翻译 A Guide for Tech Leaders Navigating Growth & Change
31
star
6

mindmap

结构化思维导图汇总,包括软件开发、机器学习、演讲、思维方式等领域,Xmind 制作。
30
star
7

yuanshen-idle

原神放置挂机小游戏,真实掉率,不肝不氪
HTML
28
star
8

Student-Grants

DataCastle 大学生助学金精准资助预测(样本不均衡条件下的多分类任务)第7/352名解决方案
Jupyter Notebook
12
star
9

interpretable-machine-learning-cases

可解释的机器学习实践
Jupyter Notebook
4
star
10

The-Programmers-Guide-to-the-Galaxy

Package resources & real life examples. (机器学习各类模型的细节探索)
Jupyter Notebook
3
star
11

kuhung.github.io

HTML
2
star
12

SMP-ETST-2018

5th solution(part) for SMP ETST(evaluation of text sourcing technology) 2018
Jupyter Notebook
2
star
13

Tips_for_Data_Scientist

Tips and tricks collected from paper,books,blogs,datahacks and so on.
Jupyter Notebook
1
star
14

awesome-prompt-engineering

awesome prompt engineering for multi-language
CSS
1
star
15

soup

Smashed chicken soup for the soul
CSS
1
star
16

2019-nCoV

2019-nCoV data exploration, visualization and more.
Jupyter Notebook
1
star