run-youngjoo / SC-FEGAN

SC-FEGAN : Face Editing Generative Adversarial Network with User's Sketch and Color (ICCV2019)
Other
3.35k stars 532 forks source link

more questions?how can i run on my mac #6

Open jackylee1 opened 5 years ago

jackylee1 commented 5 years ago

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' Failed to open framebuffer /dev/fb0 (No such file or directory) linuxfb: Failed to initialize screen Segmentation fault (core dumped)

run-youngjoo commented 5 years ago

I saw your all 3 issues but i can't find a way to help you. I never met the errors about env before.

I tested on my server( Ubuntu 18.04.1 LTS, Python 3.6.6) and Mac(Imac, Python3.7.1) and it works. If you find a solution, please leave it here.

jackylee1 commented 5 years ago

by the way ,how to install the pyqt5 on ubuntun and imac. i think that's why i can't not make it

Johnson-yue commented 5 years ago

pip install pyqt5 ??? this is so easy way

katrek commented 5 years ago

Failed to get matching files on ./ckpt/SC-FEGAN.ckpt: Not found: ./ckpt; No such file or directory

how to fix? I downloaded needed files

alexvechirko commented 5 years ago

Failed to get matching files on ./ckpt/SC-FEGAN.ckpt: Not found: ./ckpt; No such file or directory

how to fix? I downloaded needed files

You need to run the mv command inside that directory which contains these files (Downloads for example if you used a browser for downloading files). Or if you use not server instance but regular PC, you can just copy/paste these files using your standard file manager.

realapril commented 5 years ago

Failed to get matching files on ./ckpt/SC-FEGAN.ckpt: Not found: ./ckpt; No such file or directory

how to fix? I downloaded needed files

Just put /ckpt/ folder into the SC-FEGAN-master folder. mv /${HOME}/SC-FEGAN.ckpt.* /${HOME}/ckpt/ also didn't work for me.

jackylee1 commented 5 years ago

pip install pyqt5 ??? this is so easy way

what?so how to install

AkoZ commented 5 years ago

@jackylee1 oops well .. @Johnson-yue gave you the command !! .. ;) ??how u don't know this ? just type in: pip install pyqt5 in a console ! ..