摘要:
from voc dataset to coco dataset 文件结构 1_name_to_num.py import os all_ = os.listdir('all_img') count = 0 for i in all_: filename = os.path.join('all_im 阅读全文
posted @ 2022-08-02 14:05
bitterteaer
阅读(227)
评论(0)
推荐(0)
摘要:
Ubuntu搭建turn服务器(webrtc ice服务器) 阅读别人博客的笔记,测试了好多人的方法,最后这个成功了 原理图 安装gcc环境 which gcc 安全签名 ssl sudo apt install openssl-devel 生成签名 openssl req -x509 -newke 阅读全文
posted @ 2022-08-02 12:51
bitterteaer
阅读(1169)
评论(1)
推荐(0)