摘要:
1、在IEF上解绑边缘节点2、关闭docker服务3、打开/etc/docker/daemon.json,在其中添加网桥地址(bip字段),只添加下文bip这一行{ "bip": "172.17.0.1/16"}4、重启docker服务5、在IEF上绑定边缘节点 阅读全文
摘要:
#!/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... 阅读全文
摘要:
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" 阅读全文
摘要:
# coding:utf-8import cv2, os, sysimport numpy as np '''XSQ_20190130155258_20190130174000.mp4 [[0,420],[1920,360]]'''video_name = 'XSQ_20190130155258_2 阅读全文
摘要:
"""""""""""""""""""""""""""""""""""""""""""""""""" 阅读全文
摘要:
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 阅读全文
摘要:
#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... 阅读全文
摘要:
conda install -c menpo opencv3=3.2.0 conda install -c menpo opencv3=3.2.0 阅读全文
摘要:
一. python3.5 修改ROOTDIR/setup.py中的dict属性为items() 二.cudnn error /include/caffe/util/cudnn.hpp: In function ‘void caffe::cudnn::createPoolingDesc(cudnnPo 阅读全文
摘要:
一 http://blog.csdn.net/sinat_31802439/article/details/52958791 python.config no such file 解决: 1 makeflie文件Python路径正确 2 包含PYTHONPATH(bahsrc) 二 build_re 阅读全文