上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: (1)阿里云 http://mirrors.aliyun.com/pypi/simple/ (2)豆瓣http://pypi.douban.com/simple/ (3)清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ (4)中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/ (5)华中科技大学http:// 阅读全文
posted @ 2019-11-06 20:39 crazybird123 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1、当前目录生成txt 2、批量文件夹下图片生成视频 3、批量视频格式转换 4、视频保存为图片,新建文件夹和子文件夹,子文件夹图片用于制作视频 5、单个视频格式转换 阅读全文
posted @ 2019-11-03 09:48 crazybird123 阅读(512) 评论(0) 推荐(0) 编辑
摘要: 1、下载代码 vi ~/.bashrc scrips文件夹下 voc_label.by 修改 运行 python voc_label.py ,VOC数据转成yolov3格式数据 生成labels文件夹,2019_train.txt,2019_val.txt,train.txt 预训练权重 修改cfg 阅读全文
posted @ 2019-08-15 18:49 crazybird123 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 安装 #pytorch为环境名,这里创建python3.5版。 conda create -n pytorch python=3.5 # 切换到pytorch环境 conda activate pytorch # win下查看cuda版本命令nvcc -V # cpu版本 conda install 阅读全文
posted @ 2019-06-21 18:33 crazybird123 阅读(266) 评论(0) 推荐(0) 编辑
摘要: int main() { std::ifstream fin("D:\\Data\\MyAnnoData\\视频\\0.txt");//打开原始样本图片文件列表 Mat colorImage, detectSquareImg; string videoReadPath; int videoCnt = 0;//视频计数 FILE* f = fo... 阅读全文
posted @ 2019-06-14 14:37 crazybird123 阅读(541) 评论(0) 推荐(0) 编辑
摘要: 1、查看cuda版本 2、查看cudnn版本 3、tensorflow下载慢 4、tensorflow安装 报错 ModuleNotFoundError: No module named 'setuptools' 阅读全文
posted @ 2019-04-08 14:07 crazybird123 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 1、编写.h和.cpp .cu文件 将.hpp文件放到路径caffe-windows\caffe-master\include\caffe\layers下 将.cpp文件和.cu放到路径caffe-windows\caffe-master\src\caffe\layers下 修改caffe-wind 阅读全文
posted @ 2019-02-18 15:46 crazybird123 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 在虚函数后面加一对大括号 $ sudo make pycaffe 出错CXX/LD -o python/caffe/_caffe.so python/caffe/_caffe.cpppython/caffe/_caffe.cpp:10:31: fatal error: numpy/arrayobje 阅读全文
posted @ 2019-02-13 14:50 crazybird123 阅读(3492) 评论(0) 推荐(0) 编辑
摘要: 1、制作数据 标签 label.bat 2、制作lmdb convert_lmdb.bat 3、计算均值 mean.bat 准备 train.prototxt 和 solver.prototxt linux服务器训练 阅读全文
posted @ 2019-01-30 16:27 crazybird123 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 1、算法将检测的目标名称和目标位置保存到txt文本 图片名 xmin ymin xmax ymax (4).avi237face.jpg4smoke 83 234 142 251hand 119 255 271 306eye 178 148 216 163eye 111 156 148 173 阅读全文
posted @ 2019-01-29 18:42 crazybird123 阅读(355) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页