MrTornado24 / Next3D

[CVPR 2023 Highlight] Next3D: Generative Neural Texture Rasterization for 3D-Aware Head Avatars
https://mrtornado24.github.io/Next3D/
470 stars 29 forks source link

Missing faceverse_v3.npy #13

Closed hcl14 closed 1 year ago

hcl14 commented 1 year ago

For Next3D/dataset_preprocessing/ffhq/faceverse/fit_imgs_offline_cuda.py I need data/faceverse_v3.npy. Original faceverse repo provides only v1 and v2, and I can't feed them instead, because it does not have "madiapipe_keypoints":

self.kp_inds = jt.array(model_dict['mediapipe_keypoints'].flatten(), dtype=jt.int64).stop_grad()
hcl14 commented 1 year ago

Sorry, did not download all the files from Readme

aistudio2002 commented 1 year ago

hi, I'm facing the same problem, wuould you like to tell me where to download data/faceverse_v3.npy, thank you in advance.

MrTornado24 commented 1 year ago

@aistudio2002 Hi, here it is: https://drive.google.com/file/d/1Z3aVqNc6yHY0AAmY6IaD36CzkE6tLf_D/view?usp=sharing. Let me know if it works for you.

aistudio2002 commented 1 year ago

It helps a lot! Though I've found another link in Readme, this one would be helpful to other readers.