keplr-io / quiver

Interactive convnet features visualization for Keras
https://keplr-io.github.io/quiver/
MIT License
1.75k stars 223 forks source link

Unable to load image #54

Open yuayi521 opened 7 years ago

yuayi521 commented 7 years ago

@jakebian I can load model, but I can't load image. On the browser, the left is model structure, the right is Select an input image, but it didn't display any image, so I can't choose an image.

my code is launch(multitask_model, input_folder='./img', port=5000)

z362194037 commented 6 years ago

maybe you should put some pictures in xxx/quiver-master/img

taichu012 commented 6 years ago

you need FIRST copy picture need analysed into the place which parameters "INOUT_FOLDER" indicated, then run server.launch and you will find your picture IS THERE! can't load dynamic on web page, this is my experience, maybe wrong, but at least it work, I see the different feature map of direrent layer in model. hope it helpful