JCCVW

Results 4 issues of JCCVW

We know that saved_model is often used for tfserving for model deployment. It has the following structure: `assets/ assets.extra/ variables/ variables.data-?????-of-????? variables.index saved_model.pb|saved_model.pbtxt` Now I want to call the saved_model...

feature
priority: low
category: dnn

Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow-serving If you open a GitHub issue, here is our policy: 1. It must be a bug, a feature request, or...

stat:awaiting tensorflower
type:performance

Hello,many thanks for your contribution !! In my project,The format of the model is SavedModel,like this, ├─model │ ├─assets │ ├─saved_model.pb │ └─variables So,what should I do ? Thank you...

前辈您好,我刚接触分割,有个问题请教。 ` if(flag_multi_class): img = img / 255. mask = mask[:,:,:,0] if(len(mask.shape) == 4) else mask[:,:,0] mask[(mask!=0.)&(mask!=255.)&(mask!=128.)] = 0. new_mask = np.zeros(mask.shape + (num_class,)) ######################################################################## #You should define the value...