适配HistoGAN

码:https://github.com/mahmoudnafifi/HistoGAN

下载Anaconda:https://www.anaconda.com/products/individual#Downloads

Mac:

Pycharm Terminal 直接可用

 

Windows:

更改路径:

set path=%path%;C:\Users\username\Anaconda3\Scripts

Pycharm环境配置

configure python interpreter:

File -> Settings -> Project -> Python Interpreter

Add interpreter -> anaconda

重启

done~

 

下dlib error:

conda install -c conda-forge dlib

 

参考:

[1] Anaconda不是外部或内部命令

[2] Configure Python interpreter https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html

[3] add conda interpreter https://www.jetbrains.com/help/pycharm/conda-support-creating-conda-virtual-environment.html

其他图形处理代码:

https://github.com/yumingj/Talk-to-Edit

https://github.com/albertpumarola/GANimation

 

posted @ 2021-10-29 11:40  溪边老圃  阅读(150)  评论(0)    收藏  举报