Open xevolesi opened 2 years ago
Hi, @xevolesi . Have you tried to combine those three datasets together? I checked the code in ./parsing/dml_csr/dataset. it suppose only added CelebA-HQ-Mask for training.
Hi, @DanielXu123 !
Sorry for late answer.
No, i haven't. I took pretrained U-Net from CelebA-HQ-Mask repository and it turned out that for me it has sufficient quality. May be it worth to try for you?
However, my question still stands. I would be interested in trying the InsightFace approach for solving the face parsing problem. Of course i can try to generate edges using OpenCV
morpological operations but i don't know if it's good idea.
where generate_edge.py
Hi, could you please provide the “generate_edge.py” for generating the edge images.
Thanks!
@QingpingZheng
Dear all,
I have found the "generate_edge.py" from https://github.com/tegusi/EAGRNet/blob/master/generate_edge.py.
yeah
Hi, could you please tell me where can i find
generate_edge.py
? I think that your face-parsing approach greatly meets my requirements. I looked insideparsing
directory but i was not able to find this scirpt.Thank you!