• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MKT-porter
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 80 下一页
2020年9月29日
停车场
该文被密码保护。 阅读全文
posted @ 2020-09-29 16:41 MKT-porter 阅读(1) 评论(0) 推荐(0)
YOLO标注软件
摘要: C++ LabelImg 图像图像标注工具 https://github.com/tzutalin/labelImg windos版本请不要把存放在中文目录下,否则打不开。 1切换默认python版本 https://www.cnblogs.com/kekeoutlook/p/13747606.ht 阅读全文
posted @ 2020-09-29 00:09 MKT-porter 阅读(345) 评论(0) 推荐(0)
Python2与Python3之间切换
摘要: 1.查看已安装版本 终端输入如下: python2 --version #查看python2安装版本 python3 --version #查看python3安装版本 终端显示如下:系统默认安装2.7.12与3.5.2 2.使用python3 Python3和Python2是互相不兼容,但也不能卸载 阅读全文
posted @ 2020-09-29 00:03 MKT-porter 阅读(319) 评论(0) 推荐(0)
2020年9月27日
python实现IOU计算
摘要: https://blog.csdn.net/leviopku/article/details/81629492 计算两个矩形的交并比,通常在检测任务里面可以作为一个检测指标。你的预测bbox和groundtruth之间的差异,就可以通过IOU来体现。 #!/usr/bin/env python # 阅读全文
posted @ 2020-09-27 23:57 MKT-porter 阅读(1276) 评论(0) 推荐(0)
2020年9月26日
读取多个(海康\大华)网络摄像头的视频流 (使用opencv-python),解决实时读取延迟问题
摘要: https://zhuanlan.zhihu.com/p/38136322 阅读全文
posted @ 2020-09-26 03:42 MKT-porter 阅读(494) 评论(0) 推荐(0)
2020年9月25日
jetson vnc
摘要: https://www.cnblogs.com/cloudrivers/p/12110117.html sudo gnome-session-properties /usr/lib/vino/vino-server https://blog.csdn.net/LK007CX/article/deta 阅读全文
posted @ 2020-09-25 01:52 MKT-porter 阅读(142) 评论(0) 推荐(0)
2020年9月21日
NVIDIA Jetson Xavier NX 介绍 YOLOv4
该文被密码保护。 阅读全文
posted @ 2020-09-21 12:03 MKT-porter 阅读(3) 评论(0) 推荐(0)
2020年9月15日
无线视频传输-树莓派传输usb视频给电脑
该文被密码保护。 阅读全文
posted @ 2020-09-15 02:10 MKT-porter 阅读(0) 评论(0) 推荐(0)
2020年9月9日
一文看懂深度学习
摘要: https://easyai.tech/ai-definition/deep-learning/ 阅读全文
posted @ 2020-09-09 16:51 MKT-porter 阅读(95) 评论(0) 推荐(0)
深度学习目标检测
摘要: https://github.com/hoya012/deep_learning_object_detection 阅读全文
posted @ 2020-09-09 16:00 MKT-porter 阅读(96) 评论(0) 推荐(0)
2020年8月26日
Jetson tk2开发(1)刷机安装系统环境
摘要: 参考教程 http://blog.gqylpy.com/gqy/21140/ 公司采购人员注意了:给工程师购买NV Jetson产品这些内容要注意! https://cloud.tencent.com/developer/article/1151995 烧录系统 准备 1 自己电脑安装ubuntu1 阅读全文
posted @ 2020-08-26 18:46 MKT-porter 阅读(933) 评论(0) 推荐(0)
2020年8月25日
获取海康相机rtsp数据
摘要: 1软件测试 PotPlayer 64 bit rtsp://admin:密码@192.168.1.165:554/h264/ch1/main/av_stream 主码流 rtsp://admin:密码@192.168.1.165:554/h264/ch2/main/av_stream 次码流 ctr 阅读全文
posted @ 2020-08-25 11:50 MKT-porter 阅读(633) 评论(0) 推荐(0)
2020年8月24日
获取图像最亮的点
摘要: #!/usr/bin/python # -*- coding: utf-8 -*- import cv2 import numpy as np cap = cv2.VideoCapture(1) # 为保存视频做准备 #cap.set(3,160)#宽 #cap.set(4,120)#高 #sz = 阅读全文
posted @ 2020-08-24 23:31 MKT-porter 阅读(338) 评论(0) 推荐(0)
2020年8月22日
Nvidia Jetson nano 研究系列之三-安装python3的opencv4.1
摘要: https://www.jianshu.com/p/a5d675f1b762 阅读全文
posted @ 2020-08-22 21:01 MKT-porter 阅读(1016) 评论(0) 推荐(0)
YOLOv4(2)打包成库调用-opencv4.4直接调用
摘要: https://blog.csdn.net/llh_1178/article/details/107982877 阅读全文
posted @ 2020-08-22 10:15 MKT-porter 阅读(514) 评论(0) 推荐(0)
cudnn
摘要: I downloaded cuda 10.0 from the following link CUDA 10.0 Then I installed it using the following commands: sudo dpkg -i cuda-repo-ubuntu1804_10.0.130- 阅读全文
posted @ 2020-08-22 01:49 MKT-porter 阅读(81) 评论(0) 推荐(0)
2020年8月21日
python升级问题
摘要: https://www.jb51.net/article/182392.htm 本文记录在 Ubuntu 16.04 上将 python 升级为 3.8 版本,并配置为系统默认 python3 的过程。 在 Ubuntu 16.04 中,python3 的默认版本为 3.5: $ python3 - 阅读全文
posted @ 2020-08-21 20:35 MKT-porter 阅读(240) 评论(0) 推荐(0)
YOLOv4(3)数据训练win10-C++环境
该文被密码保护。 阅读全文
posted @ 2020-08-21 01:01 MKT-porter 阅读(363) 评论(0) 推荐(0)
YOLOv4(2)打包成库调用
摘要: 依赖 vs2015 cuda10.1 opencv389自己编译的或者直接安装的都可以 代码 1找到库拷贝过来调用 2 main.cpp 修改4个参数 第一个文件 分类类别 第二个文件 网络参数设置 修改参数第1处 batch=1 #每次输入训练的数目 cuda内存不够调整这个数据 1 64 sub 阅读全文
posted @ 2020-08-21 00:43 MKT-porter 阅读(673) 评论(1) 推荐(0)
2020年8月19日
YOLOv4(1)项目部署win10-C++语言
摘要: 项目地址 https://github.com/AlexeyAB/darknet 下载解压包 默认工程 安装基础环境 安装VS2015 安装cuda(如果需要cuda加速) 安装cuda10.1 安装cudnn 安装opencv(非必需) 使用world版本,官方工程默认依赖的是world版本。 第 阅读全文
posted @ 2020-08-19 10:51 MKT-porter 阅读(1425) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 80 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3