自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 dlib-18.18 install on win7+vs2015

unpack and :cd dlib-18.18 cd examples mkdir build cd build cmake .. -USE_SSE4_INSTRUCTIONS cmake --build . --config Release

2017-07-26 15:05:27 831

原创 [leetcode]03 longest substring without repeating

Description:Given a string, find the length of the longest substring without repeating characters.Examples:Given "abcabcbb", the answer is "abc", which the length is 3.Given "bbbbb", the answer is "b",

2017-07-16 19:59:51 214

原创 faceDetection对比实验 - to be continue

对比实验FDDB数据集概述初探人脸检测,纵有多种deeplearning方法,工程限制,还是采用了最原始的方法。速度上来说,首先深大教授的libfacedetection方法是最快的,其次dlib、再次opencv。 在我自己检测到的速度对比来看:----------dlib------------ avg: 0.0943026041667 s sum: 181.061 s ------l

2017-07-13 22:13:41 642

原创 python scikit-image

down vc++ 9.0 for python https://stackoverflow.com/questions/44865576/python-scikit-image-install-failing-using-pip

2017-07-11 21:57:38 610

空空如也

空空如也

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

TA关注的人

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