YuelangX / Gaussian-Head-Avatar

[CVPR 2024] Official repository for "Gaussian Head Avatar: Ultra High-fidelity Head Avatar via Dynamic Gaussians"
Other
703 stars 40 forks source link

error occur #21

Closed huahangc closed 2 months ago

huahangc commented 2 months ago
  File "train_meshhead.py", line 8, in <module>
    from lib.dataset.DataLoaderX import DataLoaderX
  File "/home/hh/PythonCode/Gaussian-Head-Avatar/lib/dataset/DataLoaderX.py", line 2, in <module>
    from prefetch_generator import BackgroundGenerator
ModuleNotFoundError: No module named 'prefetch_generator'

I cant find the prefetch_generator module in the code. How to solve this?

huahangc commented 2 months ago

Sorry, its not a customize library. It should pip install.