Facial_Details_Synthesis icon indicating copy to clipboard operation
Facial_Details_Synthesis copied to clipboard

render and nose problems

Open flynnamy opened this issue 4 years ago • 4 comments

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 you please tell me the reason? On the other hand, the result of nose is not like shows in paper.I know it has occlusions,how do you solve this and make it show like paper's result? One is result.isomap which only did render_texture and the other has nose problem like following. Looking forward to hearing from you! @apchenstu result isomap image

flynnamy avatar Dec 12 '19 10:12 flynnamy

Hi, for the nose issue, please refer to this. Thanks.

apchenstu avatar Dec 31 '19 03:12 apchenstu

@apchenstu Hi,how about first question?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 you please tell me the reason?

flynnamy avatar Dec 31 '19 03:12 flynnamy

Yes, texture render is independent with other programs, you can simply run it via command line. Could you provide me more information? For example, your input command line, input files, and outputs or error message.

apchenstu avatar Dec 31 '19 06:12 apchenstu

@apchenstu Hi,how about first question?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 you please tell me the reason?

Try to copy .\src\textureRender\src\shaders to .\src\textureRender\build\Release, maybe the .\Release\textureRender.exe can not find .\shader.

XIAO-RUI-RUI avatar May 21 '22 08:05 XIAO-RUI-RUI