上一页 1 2 3 4 5 6 7 ··· 29 下一页
摘要: # 1、首先下载数据集标定工具labelImg LabelImg数据集标定工具的下载地址:[https://github.com/tzutalin/labelImg](https://github.com/tzutalin/labelImg) ## labelImg的安装 首先安装labelImg所 阅读全文
posted @ 2023-08-23 10:41 xiondun 阅读(143) 评论(0) 推荐(0) 编辑
摘要: ### YOLO v5与双目测距结合,实现目标的识别和定位测距 - [1、首先安装YOLO v5](#1YOLO_v5_11) - [2、数据集的标定](#2_14) - [3、双目测距代码的单独运行调试](#3_17) - [4、YOLO v5与双目测距的代码的结合](#4YOLO_v5_20) 阅读全文
posted @ 2023-08-23 10:40 xiondun 阅读(1284) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/demm868/article/details/111087578 ![](https://imgconvert.csdnimg.cn/aHR0cHM6Ly9tbWJpei5xcGljLmNuL21tYml6L3RlRjRvSHpaNElSQlQ2QlFm 阅读全文
posted @ 2023-08-23 10:36 xiondun 阅读(271) 评论(0) 推荐(0) 编辑
摘要: - IDEA安装Protobuf插件 ![](https://pic3.zhimg.com/v2-906f91b1cf37b8872a6152d57cd28ed6_r.jpg) - 引入maven依赖 ```xml com.google.protobuf protobuf-java 3.19.1 ` 阅读全文
posted @ 2023-08-22 16:00 xiondun 阅读(294) 评论(0) 推荐(0) 编辑
摘要: ### CAN通讯-使用Python收发CAN数据 - [配置环境](#_2) - [1.环境配置](#1_7) - - [1.1安装CAN通讯需要的包](#11CAN_8) - [1.2 安装kvaser\_drivers以及Kvaser CanKing](#12_kvaser_driversKv 阅读全文
posted @ 2023-08-22 14:10 xiondun 阅读(2448) 评论(0) 推荐(0) 编辑
摘要: ![](https://img-blog.csdnimg.cn/f5a5efd5ec9144d58c357caff7f349dd.gif#pic_center) ### 文章目录 - [一.CAN通信简介](#CAN_5) - [二.硬件连接](#_15) - [三.CAN总线上的电平信号](#CA 阅读全文
posted @ 2023-08-22 13:48 xiondun 阅读(1891) 评论(0) 推荐(1) 编辑
摘要: 作者:27RRRR链接:https://www.zhihu.com/question/30944800/answer/2317117095来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 如果你想在Linux服务器上周期性地执行某个 Python 脚本,最出名的选择应该 阅读全文
posted @ 2023-08-11 17:37 xiondun 阅读(33) 评论(0) 推荐(0) 编辑
摘要: ### [myBatis](https://so.csdn.net/so/search?q=myBatis&spm=1001.2101.3001.7020)\-plus/myBatis 流式查询,大数据量查询 [myBatis](https://mybatis.org/mybatis-3/)这个开源 阅读全文
posted @ 2023-07-20 14:35 xiondun 阅读(1083) 评论(0) 推荐(0) 编辑
摘要: <?php function sendPostRequest($url, $data) { // 初始化cURL $curl = curl_init(); // 设置cURL选项 curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CU 阅读全文
posted @ 2023-07-19 13:58 xiondun 阅读(37) 评论(0) 推荐(0) 编辑
摘要: # 前言 关于分布式文件存储,之前我也是使用[fastdfs](https://so.csdn.net/so/search?q=fastdfs&spm=1001.2101.3001.7020),那为什么突然选择minio? 1、它可以多平台部署 2、搭建起来不是很复杂 3、[github](http 阅读全文
posted @ 2023-06-24 15:36 xiondun 阅读(3236) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 29 下一页