theEricMa / OTAvatar

This is the official repository for OTAvatar: One-shot Talking Face Avatar with Controllable Tri-plane Rendering [CVPR2023].
306 stars 37 forks source link

ModuleNotFoundError: No module named 'third_part' #9

Closed szh-bash closed 10 months ago

szh-bash commented 1 year ago

Both train/inference stuck here, I dont know how many missing files left, maybe you could check them in another clean machine?

  File "/home/x/OTAvatar/util/lpips.py", line 8, in <module>
    from third_part.PerceptualSimilarity.models import dist_model as dm
ModuleNotFoundError: No module named 'third_part'

BTW, there're some missing python packages in enviroment.yaml: opencv-python traitlets PyYAML lmdb

jasonlee328 commented 1 year ago

You can get all the files from pirenderer https://github.com/RenYurui/PIRender

szh-bash commented 1 year ago

You can get all the files from pirenderer https://github.com/RenYurui/PIRender

Thanks bro! Everything works now!

theEricMa commented 10 months ago

The module is uploaded, thanks everyone!