ruijiege

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

04 2023 档案

摘要:碰撞检测算法之GJK算法 - 知乎 (zhihu.com) jaccard 杰卡德距离 阅读全文
posted @ 2023-04-27 17:24 哦哟这个怎么搞 阅读(50) 评论(0) 推荐(0)

摘要:https://zhuanlan.zhihu.com/p/578233719 https://zhuanlan.zhihu.com/p/621438867 阅读全文
posted @ 2023-04-27 17:05 哦哟这个怎么搞 阅读(45) 评论(0) 推荐(0)

摘要:救命啊!深度学习代码看不懂怎么办啊?一个网站彻底解决!-人工智能/AI/机器学习_哔哩哔哩_bilibili GitHub - labmlai/annotated_deep_learning_paper_implementations: 🧑‍🏫 59 Implementations/tutori 阅读全文
posted @ 2023-04-26 14:55 哦哟这个怎么搞 阅读(44) 评论(0) 推荐(0)

摘要:import cv2 import numpy as np class FindConTours: def __init__(self, path): self.img = cv2.imread(path) self.box_list = [] def common_contours(self): 阅读全文
posted @ 2023-04-26 13:58 哦哟这个怎么搞 阅读(29) 评论(0) 推荐(0)

摘要:https://github.com/shouxieai/A-series-of-CV 阅读全文
posted @ 2023-04-25 17:27 哦哟这个怎么搞 阅读(62) 评论(0) 推荐(0)

摘要:链接 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 阅读全文
posted @ 2023-04-21 13:26 哦哟这个怎么搞 阅读(316) 评论(0) 推荐(0)

摘要:https://pypi.org/project/numpy/#files No module named 'imgaug' 解决办法 sudo pip3 install git+https://github.com/aleju/imgaug -i https://pypi.tuna.tsinghu 阅读全文
posted @ 2023-04-14 15:28 哦哟这个怎么搞 阅读(24) 评论(0) 推荐(0)