vt-vl-lab / 3d-photo-inpainting

[CVPR 2020] 3D Photography using Context-aware Layered Depth Inpainting
https://shihmengli.github.io/3D-Photo-Inpainting/
Other
6.9k stars 1.11k forks source link

cv2.error #158

Open Chucky000fff opened 2 years ago

Chucky000fff commented 2 years ago

unfortunately I am getting this error in the last cell run. Do you have any advice? Thanks a lot!

Traceback (most recent call last): File "main.py", line 72, in image = cv2.resize(image, (config['output_w'], config['output_h']), interpolation=cv2.INTER_AREA) cv2.error: OpenCV(4.2.0) /io/opencv/modules/imgproc/src/resize.cpp:3688: error: (-215:Assertion failed) !dsize.empty() in function 'resize'