上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 29 下一页
摘要: https://blog.csdn.net/voidreturn/article/details/78151898 阅读全文
posted @ 2021-12-20 01:26 轩辕吊雷 阅读(136) 评论(0) 推荐(0) 编辑
摘要: We need to specify the output node of the IR when we use model optimizer to convert the ONNX weights file. For example, there are 3 output nodes in yo 阅读全文
posted @ 2021-12-15 10:14 轩辕吊雷 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 首先看是不是忘了添加配置: 参考链接:https://docs.openvino.ai/latest/openvino_docs_install_guides_installing_openvino_linux.html#install-external-dependencies 上一步不行的话,再 阅读全文
posted @ 2021-12-14 15:30 轩辕吊雷 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 安装: sudo apt-get install flameshot 截图: flameshot gui 阅读全文
posted @ 2021-12-14 14:29 轩辕吊雷 阅读(37) 评论(0) 推荐(0) 编辑
摘要: https://github.com/openvinotoolkit/open_model_zoo/blob/master/demos/object_detection_demo/python/object_detection_demo.py 阅读全文
posted @ 2021-12-13 08:40 轩辕吊雷 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 备份 sudo cp /ect/apt/sources.list /etc/apt/sources.list.bak 编辑 sudo gedit /etc/apt/sources.list 将以下内容复制到最开头: deb http://mirrors.aliyun.com/ubuntu/ bion 阅读全文
posted @ 2021-12-07 11:26 轩辕吊雷 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 解决办法:先更新pip pip3 install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple 阅读全文
posted @ 2021-11-30 11:48 轩辕吊雷 阅读(1989) 评论(0) 推荐(0) 编辑
摘要: theta = math.acos( (a ** 2 + b ** 2 - c ** 2) / (2 * a * b) ) theta 为边c的对角,2 * a * b一定要用括号括起来,不然就是先除以 2 再乘以 a*b 阅读全文
posted @ 2021-11-18 10:07 轩辕吊雷 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 在线安装: 安装cpu版: 安装1.9.0 pip install torch1.9.0+cpu torchvision0.10.0+cpu torchaudio0.9.0 -f https://download.pytorch.org/whl/torch_stable.html 安装1.7.0 p 阅读全文
posted @ 2021-11-15 21:41 轩辕吊雷 阅读(3987) 评论(0) 推荐(0) 编辑
摘要: 一个函数,只要是被当做参数使用了,那它就是回调函数。 阅读全文
posted @ 2021-11-15 11:03 轩辕吊雷 阅读(24) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 29 下一页