junyanz / interactive-deep-colorization

Deep learning software for colorizing black and white images with a few clicks.
https://richzhang.github.io/ideepcolor/
MIT License
2.69k stars 447 forks source link

Confusion: is the network stochastic? #32

Closed chanshing closed 6 years ago

chanshing commented 6 years ago

Hi. I am rather confused by the first figure of the paper (migrant woman) where you show the greyscale image + user input and to the right you show 3 generated images. Is the network deterministic or stochastic? Thanks.

junyanz commented 6 years ago

It is deterministic given a specific user input points and input gray-scale image. In the first figure, we generate different results from different user points.