You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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)
The text was updated successfully, but these errors were encountered:
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
@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)
The text was updated successfully, but these errors were encountered: