leftthomas / ImageDeblurring

A Keras implementation of image deblurring based on ICCV 2017 paper "Deep Generative Filter for motion deblurring"
82 stars 30 forks source link

`pydot` failed to call GraphViz. #31

Closed dyfloveslife closed 5 years ago

dyfloveslife commented 5 years ago

Hello, when I run model.py, I get the following error:

OSError: `pydot` failed to call GraphViz.Please install GraphViz (https://www.graphviz.org/) and ensure that its executables are in the $PATH.

I used pip3 install graphviz,but it still doesn't work. Have you encountered this situation?

leftthomas commented 5 years ago

@dyfloveslife graphviz is not installed by pip, please visit Graphviz to see how to install it.

dyfloveslife commented 5 years ago

Thank you very much for your reply, it has been solved, thank you!:)