jzhangbs / Vis-MVSNet

Visibility-aware Multi-view Stereo Network
MIT License
235 stars 27 forks source link

RuntimeError: cusolver error: 7, when calling `cusolverDnCreate(handle)` #38

Open Ttingyyy opened 3 months ago

Ttingyyy commented 3 months ago
K_left_inv = K_left.float().inverse().to(left_cam.dtype)

RuntimeError: cusolver error: 7, when calling cusolverDnCreate(handle) 请问这个问题是跟显存有关吗?

jzhangbs commented 3 months ago

Hi @Ttingyyy, I haven't encountered this problem before. Maybe check whether you have out-of-memory problem, or whether your matrix is invertible or not.