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.91k stars 1.11k forks source link

Please help I keep getting this " running on device 0 0it [00:00, ?it/s] " #174

Closed Bombelkie closed 2 years ago

Bombelkie commented 2 years ago

I chang it to "config = yaml.full_load(open(args.config, 'r'))" it worked once and now it won't work anymore. It just says: running on device 0 0it [00:00, ?it/s]

Please help.

Is there anyway someone could fix this Colab? It is really useful and AWESOME 😎

Bombelkie commented 2 years ago

It's been answered. Had to change the input image type.

It might be related to the input image format. The default is jpg. If you use png then you need to modify the argument.yml img_format: '.png'