Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could you provide some face data? #6

Open
wuxiaolianggit opened this issue Apr 16, 2020 · 15 comments
Open

could you provide some face data? #6

wuxiaolianggit opened this issue Apr 16, 2020 · 15 comments

Comments

@wuxiaolianggit
Copy link

Hi, thanks for the code!
I just started to learn this paper with your code.

could you provide some face data?

thanks @ @SSRSGJYD

@SSRSGJYD
Copy link
Owner

We do not have face data, either. Maybe you can send e-mail to the authers of the paper?

@wuxiaolianggit
Copy link
Author

Can the OpenGL_NeuralTexture be used to generate face data?

@SSRSGJYD
Copy link
Owner

It is just sample code for generating very simple scene.

@wuxiaolianggit
Copy link
Author

Do you know some other public datasets?

@prraoo
Copy link

prraoo commented Sep 15, 2020

@SSRSGJYD I found that Artec3D has some face models as well, can't those be used to generate training data?

@SSRSGJYD
Copy link
Owner

It should work if you render photos from downloaded face models.

@prraoo
Copy link

prraoo commented Sep 16, 2020

Any suggestions on how one can do that?

Also, for the basketball example, how was the image from the 3D Model generated?

@davidvfx07
Copy link

davidvfx07 commented Aug 14, 2022

I have some training data compatible with a fork by DanAmador rendered with blender.
Archive split into parts by WinRAR.

small_obama_dataset.zip
small_obama_dataset.z01.zip
small_obama_dataset.z02.zip
(Remove .zip extention from .z0 files. Had to do it because of github)

@tianyu06030020
Copy link

@PinPointPing
hi, could you describe the process how to generate uv-map in blender? thanks

@davidvfx07
Copy link

@tianyu06030020
I currently use DECA to generate the face mesh and transfer expressions. I then render it with Blender by using a script to import the OBJ sequence from DECA and render UVs. I can provide the script if anybody is interested.

@zhangziliang04
Copy link

@tianyu06030020 I currently use DECA to generate the face mesh and transfer expressions. I then render it with Blender by using a script to import the OBJ sequence from DECA and render UVs. I can provide the script if anybody is interested.
@tianyu06030020 thank you. I need the script, can you send it to me. my Email: 1106110976@qq.com

@davidvfx07
Copy link

Attached is the script to render the uvs. I have made some untested modifications for public use so please do share if you have any struggles with the script,

render_uv.zip

@ayclove
Copy link

ayclove commented Jun 13, 2023

Attached is the script to render the uvs. I have made some untested modifications for public use so please do share if you have any struggles with the script,

render_uv.zip

Thank you for sharing the script.
I am not familiar with the blender api, so I am wondering how to save the uv map in .npy format.
Thank you in advance.

@davidvfx07
Copy link

Attached is the script to render the uvs. I have made some untested modifications for public use so please do share if you have any struggles with the script,
render_uv.zip

Thank you for sharing the script. I am not familiar with the blender api, so I am wondering how to save the uv map in .npy format. Thank you in advance.

I use a fork by DanAmador that allows for PNG use.

@ayclove
Copy link

ayclove commented Jun 13, 2023

Attached is the script to render the uvs. I have made some untested modifications for public use so please do share if you have any struggles with the script,
render_uv.zip

Thank you for sharing the script. I am not familiar with the blender api, so I am wondering how to save the uv map in .npy format. Thank you in advance.

I use a fork by DanAmador that allows for PNG use.

Thank you!
I will try this fork.
Btw, I rendered uv maps using your blender code.
How did you save the view direction and utilize it for training DNR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants