- 博客(6)
- 收藏
- 关注
转载 Leap motion 桌面版安装及问题
安装 LeapMotion 2.3.1版本 双击“Leap_Motion_Installer_release_public_win_x86_2.3.1+31549_ah1886”安装 问题 Q: 安装结束后接上LeapMotion后没有反应(红外线没有检测) A:参考插入leap,显示连接不到的解决方案找到leapmotion的安装目录->CoreServices->Drivers,...
2018-11-27 13:25:30
1344
1
原创 tensorflow - tf.nn.conv2d
tensorflow - tf.nn.conv2d 实现卷积的函数,常常用来做图像处理 tf.nn.conv2d( input, filter, strides, padding, use_cudnn_on_gpu=True, data_format='NHWC', dilations=[1, 1, 1, 1], name=N...
2018-08-26 21:33:32
339
原创 tensorflow - tf.multiply and tf.matmul
tensorflow - tf.multiply and tf.matmul tf.multiply tf.multiply( x, y, name=None ) Return x * y element-wise. 参数: x: A Tensor. Must be one of the following types: bfloat16, half, f...
2018-08-21 16:10:21
345
翻译 tensorflow - tf.placeholder
tf.placeholder( dtype, shape=None, name=None ) 参数 dtype: The type of elements in the tensor to be fed.(tf.float32,tf.float64,...) shape: The shape of the tensor to be fed (optional). I...
2018-08-21 11:32:09
2913
原创 three.js 001
三大组件 scence 物体的容器 camera 取景拍摄 renderer 显示var scene = new THREE.Scene(); //场景 var camera = new THREE.PerspectiveCamera(75, window.innerWidth/window.innerHeight, 0.1, 1000); //相机 var renderer = new
2016-09-06 19:47:09
209
转载 opencv1.0-vc6-win7 视屏流
感谢 http://ask.zol.com.cn/q/101721.html 解决了运行程序时Proxy trans.ax的问题
2015-12-03 20:34:02
433
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅