Xiaobin-Lu / 3Diffusion

Code repository for the ACM MM24 conference paper entitled “3D Priors-Guided Diffusion for Blind Face Restoration.”
6 stars 0 forks source link

Do we need to align the face before inference #3

Open nitinmukesh opened 3 weeks ago

nitinmukesh commented 3 weeks ago

As mentioned in the following command

for aligned face inputs

python inference.py --aligned --in_path ./input --out_path ./output

If face need to be aligned how to do so?

Xiaobin-Lu commented 1 week ago

As mentioned in the following command

for aligned face inputs

python inference.py --aligned --in_path ./input --out_path ./output

If face need to be aligned how to do so?

If the selected face image is not aligned, you can fix it with the following commands. python inference.py --in_path ./input --out_path ./output