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

python main.py --config argument.yml #170 #172

Open Gadgeteering opened 1 year ago

Gadgeteering commented 1 year ago

You have to edit "main.py" and change line 29 from "config = yaml.load(open(args.config, 'r'))" to "config = yaml.full_load(open(args.config, 'r'))"

JetSimon commented 1 year ago

I was just about to make this PR. Please merge! @sanketloke

This issue breaks a lot of colab implementations