03 2022 档案

摘要:pip install "git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI" 阅读全文
posted @ 2022-03-07 15:19 称已使用 阅读(52) 评论(0) 推荐(0)
摘要:本来安装的faiss-gpu版本是1.7.x 报错:module 'faiss' has no attribute 'cast_integer_to_long_ptr' 将版本改为≤1.6.4就行了 pip install faiss-gpu==1.6.4 参考链接:https://github.c 阅读全文
posted @ 2022-03-07 15:16 称已使用 阅读(1116) 评论(0) 推荐(0)
摘要:困扰了我一下午的问题,居然改了版本就好了 应该是matplotlib 3.4.0, 3.4.1,和3.4.2都会在大量绘图存图时出现内存猛涨一直到爆的问题 感谢 https://yanfeng2012.blog.csdn.net/article/details/118754501?spm=1001. 阅读全文
posted @ 2022-03-01 18:39 称已使用 阅读(246) 评论(0) 推荐(0)