chen3feng / article

本人的文章和笔记,充当懒人 Blog 来用。
9 stars 1 forks source link

photo2cartoon Windows 本地部署 #57

Open chen3feng opened 1 month ago

chen3feng commented 1 month ago

项目已经四年没更新了,所以很多依赖有问题 https://github.com/minivision-ai/photo2cartoon

错误:

Exception: Not found: 'python/cv2/py.typed'

解决

pip install opencv-python==4.5.4.60 -i https://pypi.tuna.tsinghua.edu.cn/simple/

来源:https://www.cnblogs.com/xyz/p/17663903.html

错误:

AttributeError: _2D

解决:

pip install face-alignment==1.3.4

来源:https://github.com/OpenTalker/SadTalker/issues/611

错误:

OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.

解决:

set "KMP_DUPLICATE_LIB_OK=TRUE"

来源:https://stackoverflow.com/questions/20554074/sklearn-omp-error-15-initializing-libiomp5md-dll-but-found-mk2iomp5md-dll-a

解决完这些错误, 就能运行起来了。