TensorFlow
liangchunjiang
热爱技术,opencv,linux,java,c/c++,
展开
-
Ubuntu下配置TensorFlow
Ubuntu下配置TensorFlow是很简单的,但是很多资料比较老,而且不是官方的配置过程,可能让读者不知道具体怎么操作,本文将严格参考官方配置过程,说明TensorFlow r1.0(最新版本是TensorFlow r1.4)的安装步骤。1.配置环境虚拟机:VMware Workstation 12 Player操作系统:Ubuntu 16.0 LTS (ubuntu-16.04.原创 2017-11-17 10:37:11 · 371 阅读 · 0 评论 -
详解CNN卷积神经网络
详解卷积神经网络(CNN)详解卷积神经网络CNN概揽Layers used to build ConvNets卷积层Convolutional layer池化层Pooling Layer全连接层Fully-connected layer卷积神经网络架构Layer PatternsLayer Sizing PatternsCase Studies参考卷转载 2018-01-11 09:55:14 · 198804 阅读 · 9 评论 -
Trained image classification models for Keras
前言:最近想跑一些主流的网络感受感受。从github上找到了 deep-learning-models 提供的几个模型,包括:inception-v2, inception-v3, resnet50, vgg16, vgg19 等等。这些代码都是基于 keras 框架,正好我最近有在学 tensorflow 和 keras,所以很想跑跑这些代码。心动不如行动,万事俱备,只欠转载 2018-01-03 09:10:35 · 1104 阅读 · 0 评论 -
python pgm转jpg批处理
使用keras进行行人检测分类器的时候,使用了Daimler Pedestrian Classification Benchmark Dataset数据集,由于图像为 .pgm 格式,而 Keras 的图片生成器 ImageDataGenerator 仅支持 JPG、PNG和BNP。 本来打算写 python 脚本使用 PIL 将其转换成 .jpg 格式的。1.python pg原创 2018-01-08 13:16:25 · 5454 阅读 · 1 评论 -
开源的深度学习项目
Neural StyleStar:12122Github 地址:https://github.com/jcjohnson/neural-style这个项目是用 Torch 对 Leon A. Gatys, Alexander S. Ecker, 和 Matthias Bethge 等人的论文“A Neural Algorithm of Artistic Style”的一个实现。论文中提出一种算法,...转载 2018-03-16 14:41:56 · 9025 阅读 · 0 评论 -
视频行为识别检测综述 IDT TSN CNN-LSTM C3D CDC R-C3D
https://blog.csdn.net/xiaoxiaowenqiang/article/details/80752849github地址:https://github.com/Ewenwan/MVision/blob/master/CNN/Action_Recognition/readme.md转载 2018-11-12 09:39:17 · 2142 阅读 · 0 评论