上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 72 下一页
摘要: https://blog.csdn.net/qq_23996885/article/details/90205937 1 下载新版本的cuda 地址 https://developer.nvidia.com/cuda-80-ga2-download-archive里面的两个都下载,注意:一定要下载r 阅读全文
posted @ 2021-01-15 11:11 水木清扬 阅读(264) 评论(0) 推荐(0)
摘要: 下载各版本cuda,下载以前版本的cuda bird11111 2020-04-25 13:10:28 3348 收藏 12 文章标签: ubuntu linux cuda 版权 1.打开网址https://developer.nvidia.com/cuda-toolkit-archive 2.下载 阅读全文
posted @ 2021-01-15 10:59 水木清扬 阅读(1594) 评论(0) 推荐(0)
摘要: 第一步一首先配置caffe_py3的环境(我配置在203上) 第二部:将文件mobileNetV2下载后放在/media/cbpm2016/E/duchao/caffe_py3/examples目录下MobileNet V2的Caffe模型:https://github.com/shicai/Mob 阅读全文
posted @ 2021-01-15 09:38 水木清扬 阅读(299) 评论(0) 推荐(0)
摘要: path_image = os.listdir(pre_path) shuffle(path_image) 阅读全文
posted @ 2021-01-14 13:21 水木清扬 阅读(1142) 评论(0) 推荐(0)
摘要: ret, frame = cap.read() x1 = faces[0] y1 = faces[1] x2 = faces[2] y2 = faces[3] face_box = [x1, y1, x2, y2] box_roi = frame[face_box[1]:face_box[3] - 阅读全文
posted @ 2021-01-14 10:38 水木清扬 阅读(4582) 评论(0) 推荐(0)
摘要: import syssys.path.insert(0,"/media/cbpm2016/E/wangman/caffe_project/caffe/python") 阅读全文
posted @ 2021-01-14 10:13 水木清扬 阅读(1092) 评论(0) 推荐(0)
摘要: [图像分类]论文笔记VovNet(专注GPU计算、能耗高效的网络结构) 李志伟 公众号:lizhiwei 15 人赞同了该文章 论文链接:An Energy and GPU-Computation Efficient Backbone Network for Real-Time Object Det 阅读全文
posted @ 2021-01-13 19:28 水木清扬 阅读(678) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python# -*- coding: utf-8 -*-# @Time : 2019/1/10 14:20# @Author : xiaodai import osdef del_emp_dir(path): for (root, dirs, files) in os 阅读全文
posted @ 2021-01-13 15:19 水木清扬 阅读(69) 评论(0) 推荐(0)
摘要: PLC指令入门 | 三菱FX5U PLC通用FB功能块指令 蔡慧荥 PLC发烧友 昨天 戳上方蓝字 "PLC发烧友” 关注我们哦! 精华 | 2020年全年工控技术文章汇总 ,全在这儿! 学技术 找技成三菱PLC指令版块 熟悉三菱GX软件的朋友,应该知道在GX软件中有个部件选择窗口,在这个窗口中我们 阅读全文
posted @ 2021-01-13 10:54 水木清扬 阅读(6644) 评论(0) 推荐(0)
摘要: 在OpenCV中基于深度学习的边缘检测 OpenCV学堂 昨天 点击上方↑↑↑“OpenCV学堂”关注我 来源:公众号 AI公园 授权 作者:ANKIT SACHAN 编译:ronghuaiyang 导读 分析了Canny的优劣,并给出了OpenCV使用深度学习做边缘检测的流程,文末有代码链接。 在 阅读全文
posted @ 2021-01-13 10:49 水木清扬 阅读(4545) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 72 下一页