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

rm error #10

Open ccmCCMfk opened 11 months ago

ccmCCMfk commented 11 months ago

In the preprocessing stage,I met an error: rm: cannot remove 'data/hoi4d/HOI4D_release/ZY20210800004/H4/C14/N21/S174/s02/T1/align_frames/': No such file or directory rm -r data/hoi4d/HOI4D_release/ZY20210800004/H4/C14/N21/S174/s02/T1/align_frames/ rm: cannot remove 'data/hoi4d/HOI4D_release/ZY20210800004/H4/C14/N21/S174/s02/T1/align_frames/*': No such file or directory my dataset folder structure is as follows:preprocess/data/hoi4d/HOI4D_annotations,and my --data_dir is data/hoi4d/ Is align_frames folder missed?or something wrong with my setting,do you met this error before?