摘要:
上述为按照yolo v8 pose官方教程写的代码。 使用了python3.7, 以及对应的torch版本如下后,报错。AttributeError: module ‘torch‘ has no attribute ‘_six‘ 解决方法:更换了虚拟环境,重新安装yltralytics. 新环境: 阅读全文
摘要:
1. 问题:使用yolo的时候, from ultralytics import YOLO. 然后报错: libcublas.so.11: symbol cublasLtGetStatusString version libcublasLt.so.11 not defined in file lib 阅读全文