自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (6)
  • 收藏
  • 关注

原创 【OPENCV】基于背景差法的运动目标检测

平台:VS2010+opencv 2.3.11、读取视频数据,并初始化相关的变量,如红框的初始值;2、灰度转化cvCvtColor;3、二值化cvThreshold;4、均值滤波cvSmooth;5、sobel算子cvSobel;6、腐蚀cvErode;7、膨胀cvDilate;8、逐帧比较,找出运动物体的边界;9、在原视频中,将运动物体的边界用红框标出;以

2015-04-23 10:30:48 4322 1

How NLP Cracked Transfer Learing

The year 2018 has been an inflection point for machine learning models handling text (or more accurately, Natural Language Processing or NLP for short). Our conceptual understanding of how best to represent words and sentences in a way that best captures underlying meanings and relationships is rapidly evolving. Moreover, the NLP community has been putting forward incredibly powerful components that you can freely download and use in your own models and pipelines . One of the latest milestones in this development is the release (https://ai.googleblog.com/2018/11/open-sourcing-bertstate- of-art-pre.html) of BERT (https://github.com/google-research/bert), an event described (https://twitter.com/lmthang/status/1050543868041555969) as marking the beginning of a new era in NLP. BERT is a model that broke several records for how well models can handle language-based tasks. Soon after the release of the paper describing the model, the team also open-sourced the code of the model, and made available for download versions of the model that were already pre-trained on massive datasets. This is a momentous development since it enables anyone building a machine learning model involving language processing to use this powerhouse as a readily-available component – saving the time, energy, knowledge, and resources that would have gone to training a language-processing model from scratch. (It’s been referred to as NLP’s ImageNet moment (http://ruder.io/nlp-imagenet/), referencing how years ago similar developments accelerated the development of machine learning in Computer Vision tasks)

2018-12-04

【OPENCV】基于背景差法的运动目标检测

详情请阅读我的博客,有相关的介绍说明,代码可用

2015-04-23

【OPENCV】图像的预处理(灰度图、二值化、字符矫正(旋转))

主要是图像旋转的算法实现,工程完整,代码详细,并且有相应的博客,可查看我的博客就能看到设计思路

2014-12-17

K-NN(K近邻算法)实现手写字符的识别(C语言)

K-NN(K近邻算法)实现手写字符的识别(C语言)实现,通过VS2010平台验证通过,代码详细易懂,是该算法上手的好资料.

2014-12-08

libSVM的代码详细解析,注释非常详细

台湾林智仁教授所写的SVM的源代码的详细注释,是学习SVM很好的资料

2014-12-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除