摘要: 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 阅读(136) 评论(1) 推荐(0) 编辑
摘要: #!/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 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(79) 评论(0) 推荐(0) 编辑
摘要: # 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 阅读(131) 评论(0) 推荐(0) 编辑
摘要: """""""""""""""""""""""""""""""""""""""""""""""""" 阅读全文
posted @ 2018-10-24 11:13 O1dCat 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(1657) 评论(0) 推荐(0) 编辑
摘要: #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 阅读(104) 评论(0) 推荐(0) 编辑
摘要: conda install -c menpo opencv3=3.2.0 conda install -c menpo opencv3=3.2.0 阅读全文
posted @ 2017-06-06 19:28 O1dCat 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 一. 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 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 一 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 阅读(1858) 评论(0) 推荐(0) 编辑