hongfz16 / AvatarCLIP

[SIGGRAPH 2022 Journal Track] AvatarCLIP: Zero-Shot Text-Driven Generation and Animation of 3D Avatars
https://hongfz16.github.io/projects/AvatarCLIP.html
Other
1.06k stars 93 forks source link

No module named 'skimage' #10

Open chrisbward opened 1 year ago

chrisbward commented 1 year ago

Followed instructions, would not run...

(AvatarCLIP) ➜  ShapeGen git:(main) python main.py --target_txt 'a 3d rendering of a strong man in unreal engine'
Traceback (most recent call last):
  File "main.py", line 9, in <module>
    import neural_renderer as nr
  File "/home/user/miniconda3/envs/AvatarCLIP/lib/python3.7/site-packages/neural_renderer/__init__.py", line 3, in <module>
    from .load_obj import load_obj
  File "/home/user/miniconda3/envs/AvatarCLIP/lib/python3.7/site-packages/neural_renderer/load_obj.py", line 6, in <module>
    from skimage.io import imread
ModuleNotFoundError: No module named 'skimage'
NaorHaba commented 1 year ago

@chrisbward Hi, were you able to resolve this? Can't figure a way to install it with the requirements given (keep getting conflicts...)

HaoZhang990127 commented 1 year ago

you can use this command to install pip install scikit-image