会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
再出发
再出发
博客园
首页
新随笔
管理
上一页
1
···
17
18
19
20
21
22
23
24
25
···
43
下一页
2018年11月30日
【遥感影像】Python GDAL 像素与坐标对应
摘要: 转:https://blog.csdn.net/theonegis/article/details/50805520 https://blog.csdn.net/wsp_1138886114/article/details/82778409 https://blog.csdn.net/Amrser/
阅读全文
posted @ 2018-11-30 14:28 咸鱼翻身
阅读(3959)
评论(0)
推荐(0)
2018年11月29日
【Docker】文件拷贝
摘要: 从容器复制到主机sudo docker cp containerID:container_path host_path docker cp 5c6ce895b979:/root/LearnPaddle-master/note4/images/download /Users/defineconst/D
阅读全文
posted @ 2018-11-29 19:50 咸鱼翻身
阅读(272)
评论(0)
推荐(0)
2018年11月28日
【目录】Docker 基本操作
摘要: 1 容器基本操作 : https://www.cnblogs.com/defineconst/p/9990611.html 2 容器启动退出 : https://www.cnblogs.com/defineconst/p/10035529.html 3 基本命令 :https://www.cnblo
阅读全文
posted @ 2018-11-28 23:06 咸鱼翻身
阅读(414)
评论(0)
推荐(0)
【Docker】退出容器和进入容器
摘要: 运行容器:docker run -it 镜像名 /bin/bash 退出容器: exit 或者 Ctrl+P+Q 查看容器:docker ps -a 查看运行的容器:docker ps 重启容器:docker restart 容器ID 重启容器后进入交互式:docker start -i 5c6ce
阅读全文
posted @ 2018-11-28 22:41 咸鱼翻身
阅读(83529)
评论(2)
推荐(3)
2018年11月25日
【AI】卷积
摘要: 一 边界补充 1 补零填充 2 边界复制填充 3 镜像填充 4 块填充 二 卷积核 1 平滑均值滤波 2 高斯平滑 3 图像锐化 4 梯度Prewitt 5 Soble边缘检测:垂直梯度水平梯度 6 梯度Laplacian 三 参考资料 https://blog.csdn.net/chaipp060
阅读全文
posted @ 2018-11-25 23:03 咸鱼翻身
阅读(358)
评论(0)
推荐(0)
2018年11月23日
【Ceisum】Max转GLTF
摘要: 参考资料:https://blog.csdn.net/u011394175/article/details/78919281 1、在3DsMax中加入COLLADA插件:COLLADA-MAX-PC_Max2017_v1.6.63 2、使用3DsMax加载模型文件,将物体设置到原点 3、导出Open
阅读全文
posted @ 2018-11-23 10:17 咸鱼翻身
阅读(3476)
评论(0)
推荐(0)
2018年11月22日
【Nodejs】npm cnpm 淘宝镜像
摘要: 一.通过命令配置 1. 命令 npm config set registry https://registry.npm.taobao.org 2. 验证命令 npm config get registry 如果返回https://registry.npm.taobao.org,说明镜像配置成功。 n
阅读全文
posted @ 2018-11-22 22:23 咸鱼翻身
阅读(1463)
评论(0)
推荐(1)
【Cesium】物体显示
摘要: 参考资料:https://blog.csdn.net/pyx6119822/article/details/81208151?utm_source=blogxgwz0
阅读全文
posted @ 2018-11-22 13:19 咸鱼翻身
阅读(608)
评论(0)
推荐(0)
【AI】Win10-Tensorflow
摘要: 一、安装 第一步:先安装anaconda3第二步:pip install --upgrade --ignore-installed tensorflow或者:pip install tensorflow 二、测试 三、效果 备注:谢谢:http://www.cnblogs.com/zlslch/p/
阅读全文
posted @ 2018-11-22 10:31 咸鱼翻身
阅读(174)
评论(0)
推荐(0)
2018年11月21日
【Cesium】天空盒子
摘要: skyBox: new Cesium.SkyBox({ sources: { positiveX: 'static/image/skyBox/posx.jpg', negativeX: 'static/image/skyBox/negx.jpg', positiveY: 'static/image/
阅读全文
posted @ 2018-11-21 14:36 咸鱼翻身
阅读(4895)
评论(2)
推荐(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
···
43
下一页
公告