摘要:
使用python实现json, yaml 互转 1. 安装yaml库: pip3 install pyyaml 2. yaml转json 新建一个test.yaml文件,添加以下内容: A: hello: name: Michael address: Beijing B: hello: name: 阅读全文
摘要:
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 阅读全文
摘要:
Ubuntu2004 安装 pycurl , 以及 pycurl 基本使用 1. 安装 在Ubuntu20.04上安装pycurl时大致会遇到一下两个问题: 在使用pip install pycurl是报 curl_config no found错误 gnutls.h: No such file o 阅读全文
摘要:
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阈 阅读全文
摘要:
linux 下 大文件切割,拼接, 断点续传 https://blog.csdn.net/weixin_28872035/article/details/112520535 阅读全文
摘要:
二手书籍交易平台 https://m.maigoo.com/top/420050.html 阅读全文
摘要:
# cannot modify limit: Operation not permitted ``` ulimit -c unlimited ulimit -s 102400 bash: ulimit: core file size: cannot modify limit: Operation n 阅读全文
摘要:
python3 中subprocess的运用 https://cloud.tencent.com/developer/article/1445388 https://www.jianshu.com/p/592202895978 https://blog.csdn.net/weixin_4288158 阅读全文
摘要:
tensorflow 模型保存格式 https://www.cnblogs.com/wioponsen/p/13524037.html https://blog.csdn.net/qq_42738654/article/details/121096614 https://www.zdaiot.com 阅读全文
摘要:
huggingface https://huggingface.co/course/zh-CN/chapter1/1 https://zhuanlan.zhihu.com/p/554678463 阅读全文