上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页
摘要: 卸载cudnn sudo rm -rf /usr/local/cuda/include/cudnn.h sudo rm -rf /usr/local/cuda/lib64/libcudnn* 卸载cuda 第一步 sudo /usr/local/cuda-10.1/bin/cuda-uninstal 阅读全文
posted @ 2021-05-28 08:55 刘文华 阅读(1236) 评论(0) 推荐(0) 编辑
摘要: 1.克隆darknet 官网: https://pjreddie.com/darknet/yolo/ git clone https://github.com/pjreddie/darknet 2.编译项目 cd darknet make 3.下载权重 下载预训练权重文件(download the 阅读全文
posted @ 2021-04-29 17:04 刘文华 阅读(643) 评论(0) 推荐(0) 编辑
摘要: 数据集市 阅读全文
posted @ 2021-04-09 16:57 刘文华 阅读(28) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # coding: utf-8 # @author: lwh # @file: mouse_find.py # @time: 2021/1/06 15:54 from os import getcwd from xml.etree import Eleme 阅读全文
posted @ 2021-01-06 17:13 刘文华 阅读(855) 评论(0) 推荐(0) 编辑
摘要: 解决方案:h5py版本过高,执行 pip install h5py==2.10.0For me the solution was downgrading the h5py package (in my case to 2.10.0), apparently putting back only Ker 阅读全文
posted @ 2020-11-05 15:05 刘文华 阅读(817) 评论(0) 推荐(0) 编辑
摘要: 1. labelImg 工具描述:矩形标注 工具地址:https://github.com/tzutalin/labelImg 示意图: 2. roLabelImg 工具描述:基于labelImg重写的标注工具,支持旋转矩形标注 工具地址:https://github.com/cgvict/roLa 阅读全文
posted @ 2020-10-30 14:18 刘文华 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 1.熊猫搜书 2.极简简历 3.叮当设计 4.ALL TO ALL 文件转换 阅读全文
posted @ 2020-10-22 14:43 刘文华 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 一、modbusSIM软件介绍 1.界面 2.参数设置 链接设置,选择链接设置/Modbus/TCP服务器 二、python 代码编写 1.python程序编写 Modbus_read.py # -*- coding: utf-8 -*- import modbus_tk.modbus_tcp as 阅读全文
posted @ 2020-09-28 17:48 刘文华 阅读(2258) 评论(0) 推荐(0) 编辑
摘要: 一、源码链接:https://github.com/open-mmlab/mmskeleton 二、由于该项目环境涉及openpose等,环境配置耗费大量时间,于是乎想到有没有别人配置好的环境,在docker hub搜索,有一个,非常开心,先把代码跑起来再说,拉取镜像 docker pull ioi 阅读全文
posted @ 2020-09-27 15:29 刘文华 阅读(3626) 评论(2) 推荐(1) 编辑
摘要: 本文为 AAAI 2018 录用论文「Spatial Temporal Graph Convolutional Networks for Skeleton Based Action Recognition」,香港中文大学提出一种时空图卷积网络,并利用它们进行人类行为识别。这种算法基于人类关节位置的时 阅读全文
posted @ 2020-09-08 09:18 刘文华 阅读(1662) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页