dddb11 / MVSS-Net

Unofficial implementation of MVSS-Net (ICCV 2021) with Pytorch including training code.
59 stars 10 forks source link

cv2.resize error #11

Closed IrumaMegumi closed 9 months ago

IrumaMegumi commented 9 months ago

When I use your code to train, I found an error nearly after an epoch, error: (-215:Assertion failed) !dsize.empty() in function 'resize'. How to solve it?

IrumaMegumi commented 9 months ago

I've repaired it. I will give a pull request recently.

SunnyHaze commented 9 months ago

I'm sorry for not responding promptly; I've been a bit busy lately. If it's already fixed, that's great. Thanks a lot for your coming PR.