上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 48 下一页
摘要: https://zhuanlan.zhihu.com/p/35535460?utm_source=wechat_session 阅读全文
posted @ 2022-04-26 09:16 小丑_jk 阅读(307) 评论(0) 推荐(0) 编辑
摘要: yolov5 转换 onnx的export 在 yolov5 的5.0版本 , 对应torch 版本为1.9.0 torchvision 版本weight 0.10.0 阅读全文
posted @ 2022-04-25 17:26 小丑_jk 阅读(286) 评论(0) 推荐(0) 编辑
摘要: import torch import pickle import numpy as np model_path = r'./sVGG16.pkl' # 模型参数路径 dummy_input = torch.randn(1, 3, 256, 256) # 先随机一个模型输入的数据 model = s 阅读全文
posted @ 2022-04-25 15:26 小丑_jk 阅读(1433) 评论(0) 推荐(0) 编辑
摘要: 安装: Ubuntu Linux Python 3 + Qt5 sudo apt-get install pyqt5-dev-tools sudo pip3 install -r requirements/requirements-linux-python3.txt make qt5py3 pyth 阅读全文
posted @ 2022-04-24 01:08 小丑_jk 阅读(437) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_40082332/article/details/108261106 阅读全文
posted @ 2022-04-23 14:12 小丑_jk 阅读(21) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_45629790/article/details/114803545 阅读全文
posted @ 2022-04-23 13:42 小丑_jk 阅读(63) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_41281151/article/details/107899076 阅读全文
posted @ 2022-04-23 13:29 小丑_jk 阅读(78) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/m0_37799466/article/details/105756319 计算anchor的指令: ./darknet detector calc_anchors cfg/voc.data -num_of_clusters 9 -width 416 -h 阅读全文
posted @ 2022-04-21 17:57 小丑_jk 阅读(50) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xiaodai0/p/10146130.html 阅读全文
posted @ 2022-04-21 09:40 小丑_jk 阅读(49) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_43199692/article/details/120483165 阅读全文
posted @ 2022-04-19 15:12 小丑_jk 阅读(293) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 48 下一页