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

ModuleNotFoundError: No module named 'third_libs' #18

Closed ZhouFangru closed 1 year ago

ZhouFangru commented 1 year ago

Thank you very much for your work, but something wrong when running the following commands:

cd dataset_preprocessing/ffhq
python preprocess_in_the_wild.py --indir=INPUT_IMAGE_FOLDER
Traceback (most recent call last):
  File "/media/cfs/zhoufangru/workspace/3D_restruction/Next3D/dataset_preprocessing/ffhq/faceverse/fit_imgs_offline_cuda.py", line 14, in <module>
    from data_reader import ImageReader_FFHQ as ImageReader
  File "/media/cfs/zhoufangru/workspace/3D_restruction/Next3D/dataset_preprocessing/ffhq/faceverse/data_reader.py", line 8, in <module>
    from third_libs.OpenSeeFace.tracker import Tracker
ModuleNotFoundError: No module named 'third_libs'

Where can I download third_libs.

xLuge commented 1 year ago

hi, did you solve this problem?

ZhouFangru commented 1 year ago

@xLuge https://github.com/LizhenWangT/FaceVerse/tree/main/third_libs