lsewcx

Results 11 comments of lsewcx

我转换 onnxruntime 进行跑的时候也出现了个问题,解决了踢我一下

解决方法:更换cudnn版本 ![image](https://github.com/PaddlePaddle/PaddleDetection/assets/107914845/ff2c319d-191d-42cd-ab12-241afc0a22e8) 我是CUDA11.7 cudnn版本是8.5更换为8.4.1后解决

> 在平台运行,已解决,修改paddle版本 看看版本是和那个上面一样匹配的吗,如果是的话基本确定是版本不匹配导致的问题

> Somehow, this directory:不知何故,这个目录: https://github.com/open-mmlab/mmaction2/tree/4d6c93474730cad2f25e51109adcf96824efc7a3/mmaction/models/localizers/drn did not end up in the pypi package:没有在pypi包中结束: https://pypi.org/project/mmaction2/1.2.0/不知何故,这个目录:https://github.com/open-mmlab/mmaction2/tree/4d6c93474730cad2f25e51109adcf96824efc7a3/mmaction/models/localizers/drn 没有在pypi软件包中结束:https://pypi.org/project/mmaction2/1.2.0/![](chrome-extension://dppcnmibpgmagiigcnfdjpnghplibbna/images/translator.png) > > You can fix this temporarily by copying the dir into your installed mmaction2...

download https://download.openmmlab.com/mmaction/dataset/ava/ava_dense_proposals_val.FAIR.recall_93.9.pkl and Put it in the project root directory like I did ![image](https://github.com/open-mmlab/mmaction2/assets/107914845/3c95fe48-bf6a-4778-ae26-bc9b37236b50)

> > 我也发现了了一样的问题,只需要把if SET != []:改成if SET.all() != []:就可以解决你的问题。 > > 我修改了SET之后会报错: in draw_line if SET.all() != []: AttributeError: 'list' object has no attribute 'all' 请问您知道是怎么回事吗? 修改成if SET.size!=0:就可以了

希望x86_64推出可以进行cv编译库的功能想在x86平台上使用cv预处理库

我也有同样的问题,到现在都没有解决,只能放弃这组件

I just installed pip install github-readme-terminal and ran the sample code and it gave an error.

com.github.pagehelper pagehelper-spring-boot-starter 2.0.0 com.github.jsqlparser jsqlparser 3.2 这样可以换成2.1.0的版本就不行,我的是springboot2.6.13