上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 48 下一页
摘要: https://blog.csdn.net/u012863603/article/details/118395468 阅读全文
posted @ 2022-04-27 23:22 小丑_jk 阅读(11) 评论(0) 推荐(0) 编辑
摘要: https://www.bbsmax.com/A/lk5apyp2J1/ sshfs –o cache=yes,allow_other user@192.168.1.200:/home/user/code home/user/code 阅读全文
posted @ 2022-04-27 10:03 小丑_jk 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 编译时出现下列错误: undefined reference to 'cv::imread(cv::String const&, int)'undefined reference to 'cv::String::deallocate()'undefined reference to 'cv::imr 阅读全文
posted @ 2022-04-26 20:54 小丑_jk 阅读(837) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/renhaofan/article/details/80975568 阅读全文
posted @ 2022-04-26 17:04 小丑_jk 阅读(10) 评论(0) 推荐(0) 编辑
摘要: c++ 版本 https://www.freesion.com/article/41851434464/ python版本 2、Python版本 Python加速这里介绍两种方法。第一种依然来自于github:https://github.com/wang-xinyu/tensorrtx/tree/ 阅读全文
posted @ 2022-04-26 10:51 小丑_jk 阅读(243) 评论(0) 推荐(0) 编辑
摘要: https://www.freesion.com/article/40471387456/ https://blog.csdn.net/qq_48639918/article/details/119865900 阅读全文
posted @ 2022-04-26 10:09 小丑_jk 阅读(56) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/35535460?utm_source=wechat_session 阅读全文
posted @ 2022-04-26 09:16 小丑_jk 阅读(295) 评论(0) 推荐(0) 编辑
摘要: yolov5 转换 onnx的export 在 yolov5 的5.0版本 , 对应torch 版本为1.9.0 torchvision 版本weight 0.10.0 阅读全文
posted @ 2022-04-25 17:26 小丑_jk 阅读(279) 评论(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 阅读(1320) 评论(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 阅读(422) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 48 下一页