摘要:碰撞检测算法之GJK算法 - 知乎 (zhihu.com) jaccard 杰卡德距离
阅读全文
04 2023 档案
摘要: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
阅读全文