csuhan / opendet2

Official code of the paper "Expanding Low-Density Latent Regions for Open-Set Object Detection" (CVPR 2022)
https://arxiv.org/abs/2203.14911
102 stars 11 forks source link

RuntimeError: CUDA error: device-side assert triggered #22

Open LOVECCBACK opened 1 year ago

LOVECCBACK commented 1 year ago

你好!我出现了如题目中的问题,我的版本是CUDA=11.1 , pytoch=1.8.1,python=3.7, 我使用的是自己的数据集,只有一个类别,然后我按照detectron2 中的注册数据集进行了注册,并且能够在detectron2中运行,但是在这里面运行会出现上面这个错误,请问有什么办法吗

shesnow commented 11 months ago

你好,我也遇到了这个问题,请问你解决了吗?

NokiAries commented 2 weeks ago

+1+1请问有好的解决办法吗

NokiAries commented 2 weeks ago

Assertion index >= -sizes[i] && index < sizes[i] && "index out of bounds" failed.我的具体错误是索引超出了张量的有效范围,请问这块具体是哪个位置出错了