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

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

Bombelkie opened this issue · 1 comments

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 😎

#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'