sstzal / DFRF

[ECCV2022] The implementation for "Learning Dynamic Facial Radiance Fields for Few-Shot Talking Head Synthesis".
MIT License
335 stars 40 forks source link

Data_process.py step 6 ethernally wait result from step 3 #5

Closed Vadim2S closed 1 year ago

Vadim2S commented 2 years ago

I am run process_data.sh step-by step and run line "python data_util/process_data.py --id=$1 --step=6" stadalone. Not with "& python data_util/process_data.py --id=$1 --step=3 ". I am was very confused. I am wait result for hour and wonder if something not right in my environment or dataset.

Suggestion: Check required data for step 6 and\or print something like ("Waiting result from step 3").

sstzal commented 1 year ago

Some later processing steps depend on the previous results, so please process data sequentially.