Jenny

Results 3 comments of Jenny

I managed to do it by 1. Extract the model.tar.gz file to model_extracted folder, then cd to model_extracted folder 2. pip install tensorflowjs==0.8.6 3. tensorflowjs_converter --input_format=tf_saved_model --output_json=true --output_node_names='Postprocessor/ExpandDims_1,Postprocessor/Slice' --saved_model_tags=serve graph/saved_model...

Yes. It's working. One issue is, our class id start from 0 so the first object class is identified as unknow.

'Postprocessor/ExpandDims_1,Postprocessor/Slice' just works for my SSD tensorflow model