02 2023 档案

摘要:Python3 GRPC Protobuf 转换为 JSON 或 Python3 对象 Python3 调用 GRPC 的时候有时候需要将 Protobuf 调用转换为 JSON 或 Python3 对象,这个操作 google.protobuf 库已经帮我们备好了工具 Protobuf -> Py 阅读全文
posted @ 2023-02-28 17:56 michaelchengjl 阅读(358) 评论(0) 推荐(0) 编辑
摘要:使用python实现json, yaml 互转 1. 安装yaml库: pip3 install pyyaml 2. yaml转json 新建一个test.yaml文件,添加以下内容: A: hello: name: Michael address: Beijing B: hello: name: 阅读全文
posted @ 2023-02-28 17:54 michaelchengjl 阅读(1910) 评论(0) 推荐(0) 编辑
摘要:python TTS(Text To Speech) https://blog.csdn.net/m0_46140714/article/details/117410374 https://zhuanlan.zhihu.com/p/361757857 https://juejin.cn/post/6 阅读全文
posted @ 2023-02-24 19:59 michaelchengjl 阅读(66) 评论(0) 推荐(0) 编辑
摘要:Ubuntu2004 安装 pycurl , 以及 pycurl 基本使用 1. 安装 在Ubuntu20.04上安装pycurl时大致会遇到一下两个问题: 在使用pip install pycurl是报 curl_config no found错误 gnutls.h: No such file o 阅读全文
posted @ 2023-02-24 19:44 michaelchengjl 阅读(166) 评论(0) 推荐(0) 编辑
摘要:YOLO mAP@0.5与mAP@0.5:0.95的含义 mAP@0.5:mean Average Precision(IoU=0.5) 即将IoU设为0.5时,计算每一类的所有图片的AP,然后所有类别求平均,即mAP 如图所示,AP50,AP60,AP70……等等指的是取detector的IoU阈 阅读全文
posted @ 2023-02-20 11:28 michaelchengjl 阅读(2941) 评论(0) 推荐(0) 编辑
摘要:linux 下 大文件切割,拼接, 断点续传 https://blog.csdn.net/weixin_28872035/article/details/112520535 阅读全文
posted @ 2023-02-15 16:28 michaelchengjl 阅读(34) 评论(0) 推荐(0) 编辑