摘要:
https://zhuanlan.zhihu.com/p/578233719 https://zhuanlan.zhihu.com/p/621438867 阅读全文
摘要:
救命啊!深度学习代码看不懂怎么办啊?一个网站彻底解决!-人工智能/AI/机器学习_哔哩哔哩_bilibili GitHub - labmlai/annotated_deep_learning_paper_implementations: 🧑🏫 59 Implementations/tutori 阅读全文
摘要:
import cv2 import numpy as np class FindConTours: def __init__(self, path): self.img = cv2.imread(path) self.box_list = [] def common_contours(self): 阅读全文
摘要:
https://github.com/shouxieai/A-series-of-CV 阅读全文
摘要:
链接 https://zhuanlan.zhihu.com/p/462980738 pip3 install trtpy -U -i https://pypi.tuna.tsinghua.edu.cn/simple 报错 Can not read key file, please configure 阅读全文
摘要:
https://pypi.org/project/numpy/#files No module named 'imgaug' 解决办法 sudo pip3 install git+https://github.com/aleju/imgaug -i https://pypi.tuna.tsinghu 阅读全文
摘要:
链接:(48条消息) Ubuntu20.04源码编译PaddleOCR2.4_cc1plus: error: too many filenames given. type cc1_高精度计算机视觉的博客-CSDN博客 如果是这个错No rule to make target '/usr/local/ 阅读全文
摘要:
(48条消息) Linux添加自定义动态库搜索路径-CSDN博客 阅读全文
摘要:
网站 Ubuntu – 软件包下载地址选集 -- libdnnl2_2.6.1-1_amd64.deb 阅读全文
摘要:
cuda官网链接 https://developer.nvidia.com/cuda-toolkit-archive 别人的链接链接 https://zhuanlan.zhihu.com/p/72298520 配置环境变量 export LD_LIBRARY_PATH=$LD_LIBRARY_PAT 阅读全文