会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
O1dCat
博客园
首页
新随笔
联系
订阅
管理
2020年3月19日
IEF通信问题
摘要: 1、在IEF上解绑边缘节点2、关闭docker服务3、打开/etc/docker/daemon.json,在其中添加网桥地址(bip字段),只添加下文bip这一行{ "bip": "172.17.0.1/16"}4、重启docker服务5、在IEF上绑定边缘节点
阅读全文
posted @ 2020-03-19 17:48 O1dCat
阅读(147)
评论(1)
推荐(0)
2019年3月4日
set_env
摘要: #!/bin/sh export LD_LIBRARY_PATH=/home/zyc/dls/SSH-master/caffe-ssh/build/lib:/usr/local/cuda8_opencv/lib64:/usr/local/OpenBLAS/lib:/usr/local/nccl/lib:/usr/local/cuda-8.0/lib64:/usr/local/lib64:/usr...
阅读全文
posted @ 2019-03-04 19:58 O1dCat
阅读(214)
评论(0)
推荐(0)
2019年2月14日
opencv写
摘要: ffmpeg -y -i "demo_08.avi" -acodec aac -ab 128k -ac 2 -strict experimental -vcodec libx264 -preset slow -threads 42 -crf 26 "demo_08.mp4"
阅读全文
posted @ 2019-02-14 16:30 O1dCat
阅读(87)
评论(0)
推荐(0)
opencv读写
摘要: # coding:utf-8import cv2, os, sysimport numpy as np '''XSQ_20190130155258_20190130174000.mp4 [[0,420],[1920,360]]'''video_name = 'XSQ_20190130155258_2
阅读全文
posted @ 2019-02-14 14:19 O1dCat
阅读(143)
评论(0)
推荐(0)
2018年10月24日
vimrc
摘要: """"""""""""""""""""""""""""""""""""""""""""""""""
阅读全文
posted @ 2018-10-24 11:13 O1dCat
阅读(160)
评论(0)
推荐(0)
2018年10月23日
终端terminal的颜色配置
摘要: PS1 color 终端terminal的颜色配置 PS1="\[\e[92;1m\][\u\e[90;5m@\e[25m\[\e[91;4m\]Atlas\e[24m\[\e[1m\]\[\e[92;1m\] \W ]\\$\[\e[0m\]" export PS1="\[\033[38;5;87
阅读全文
posted @ 2018-10-23 15:41 O1dCat
阅读(1692)
评论(0)
推荐(0)
2018年9月15日
生产者消费者
摘要: #include #include #include #include #include #include #include #define GUID_LEN 64 using namespace std; static int kItemsToProduce = 1; static bool g_go_on_push_flag = true; static bool g_go...
阅读全文
posted @ 2018-09-15 18:03 O1dCat
阅读(110)
评论(0)
推荐(0)
2017年6月6日
caffe_anaconda2
摘要: conda install -c menpo opencv3=3.2.0 conda install -c menpo opencv3=3.2.0
阅读全文
posted @ 2017-06-06 19:28 O1dCat
阅读(100)
评论(0)
推荐(0)
caffe_faster_rcnn_踩坑
摘要: 一. python3.5 修改ROOTDIR/setup.py中的dict属性为items() 二.cudnn error /include/caffe/util/cudnn.hpp: In function ‘void caffe::cudnn::createPoolingDesc(cudnnPo
阅读全文
posted @ 2017-06-06 15:46 O1dCat
阅读(193)
评论(0)
推荐(0)
2017年6月5日
caffe_ssd_踩坑
摘要: 一 http://blog.csdn.net/sinat_31802439/article/details/52958791 python.config no such file 解决: 1 makeflie文件Python路径正确 2 包含PYTHONPATH(bahsrc) 二 build_re
阅读全文
posted @ 2017-06-05 17:10 O1dCat
阅读(1892)
评论(0)
推荐(0)
公告