IGLICT / DeepFaceEditing-Jittor

Apache License 2.0
285 stars 37 forks source link

Cannot generate realistic facial images when using hand-drawn sketches. #8

Open nexuslrf opened 2 years ago

nexuslrf commented 2 years ago

Hi, I recently tested this model by using some hand-drawn sketches (rather sketches by sketch generators). I found the generated images look much worse than using generated sketches.

For example when the input sketch is

sketch_paper_1

Your model will just output such an immature unrealistic facial image.

sketch_result_paper_1

To make sure this is not the problem with my drawing, I also tested the sketches shown on your paper (e.g., Fig. 15). The generated results are still much worse than the ones shown on the paper.

For example, this sketched head shown in Fig. 15

Screen Shot 2022-04-20 at 12 02 34 PM

generates the face below,

sketch_result_paper_3

this is completely different from the results in Fig. 15.

Could you please explain why such differences exist, and how to generate the correct images.

Thanks in advance.