摘要:
https://zhuanlan.zhihu.com/p/35535460?utm_source=wechat_session 阅读全文
摘要:
yolov5 转换 onnx的export 在 yolov5 的5.0版本 , 对应torch 版本为1.9.0 torchvision 版本weight 0.10.0 阅读全文
摘要:
import torch import pickle import numpy as np model_path = r'./sVGG16.pkl' # 模型参数路径 dummy_input = torch.randn(1, 3, 256, 256) # 先随机一个模型输入的数据 model = s 阅读全文
摘要:
安装: Ubuntu Linux Python 3 + Qt5 sudo apt-get install pyqt5-dev-tools sudo pip3 install -r requirements/requirements-linux-python3.txt make qt5py3 pyth 阅读全文
摘要:
https://blog.csdn.net/weixin_40082332/article/details/108261106 阅读全文
摘要:
https://blog.csdn.net/weixin_45629790/article/details/114803545 阅读全文
摘要:
https://blog.csdn.net/weixin_41281151/article/details/107899076 阅读全文
摘要:
https://blog.csdn.net/m0_37799466/article/details/105756319 计算anchor的指令: ./darknet detector calc_anchors cfg/voc.data -num_of_clusters 9 -width 416 -h 阅读全文
摘要:
https://www.cnblogs.com/xiaodai0/p/10146130.html 阅读全文
摘要:
https://blog.csdn.net/weixin_43199692/article/details/120483165 阅读全文