Facial_Details_Synthesis icon indicating copy to clipboard operation
Facial_Details_Synthesis copied to clipboard

[ICCV2019 Oral] Photo-Realistic Facial Details Synthesis from Single Image

Results 33 Facial_Details_Synthesis issues
Sort by recently updated
recently updated
newest added

./landmarkDetector Load preTrain model done. Load preTrain model done. sh: 1: FaceLandmarkImg.exe: not found ===> Landmarks detection done. ===> estimating proxy of /home/work/workspace/work2022/study/3dFace/Facial_Details_Synthesis/src/samples/details/019615.jpg Traceback (most recent call last): File "/usr/lib/python3.6/shutil.py",...

Hello Anpei, I am trying to follow the instruction and run the sample file. however, I got the following errors. I recompiled the FaceLandmarkImg.exe and moved everything from that file...

Hello, First of all, thanks for sharing your work. It seems that I cannot estimate the proxy mesh no matter the input image (even your paper's sample in Figure 1)....

I find the part of `facialDetail.exe`, > ####################### predict details ################################## print('===> predicting details of %s '%img_name) save_texture_path = os.path.join(args.output_path, base_name[0], 'result.isomap.png') displacementMap, normalMap = predict_details(save_texture_path, args) displacementMap = (displacementMap+1)/2*65535...

Hello Anpei, Sorry for another issue! Would you mind providing the version number of your keras and tensorflow? Many thanks, Shiyang

Hi,Could I just do render_texture?Because I find that it only depends on textureRender.exe and image path.But when I execute render_texture function, it can only get result.isomap which is not right.Could...

Don't know the reason, when I used cmake 3.22.4 to compile proxyEstimator, the step3's cmd "-DCMAKE_TOOLCHAIN_FILE" always show error information. Finally, I find the problem is that "-DCMAKE_TOOLCHAIN_FILE" should be...

FileNotFoundError: [Errno 2] No such file or directory: './landmarkDetector\\processed\\image_00014.box

Hello, Anpei When I runs“ python proxyPredictor.py -i ./images -o ./results” It said "teaser.box" is not exist. How I can get this file?

Thanks for publishing the project! But some problems occur when I run the code on my computer. When I try `python facialDetails.py -i ./samples/details/019615.jpg -o ./results --batchSize 10` it returns...