NVlabs / affordance_diffusion

Codes for "Affordance Diffusion: Synthesizing Hand-Object Interactions"
https://github.com/NVlabs/affordance_diffusion/blob/master
101 stars 5 forks source link

config.yaml file is missing #20

Open 1211sh opened 3 weeks ago

1211sh commented 3 weeks ago

Hi, An error occurs when I try HOI image synthesis, following readme.md: python inference.py data.data_dir='docs/demo/.g' test_num=3

[Error] FileNotFoundError: [Errno 2] No such file or directory: '/data/PycharmProjects/affordance_diffusion/output/release/content_glide/config.yaml'.

Could you provide the config file? Thanks a lot for your help.