Closed mtuan4i closed 3 years ago
I have re-committed the model. Please try again. https://drive.google.com/file/d/1Y6B6l72hib9t5ammT-7ya-muBzRKZ7xq/view?usp=sharing
I used the following tool to switch to fully automatic conversion to avoid mistakes. ONNX -> OpenVINO -> tflite / tfjs https://github.com/PINTO0309/openvino2tensorflow.git
It works now. Thank you for the new model and the conversion tool
@mtuan4i could you provide a sample code of how to use this model in TFjs? I'm beginning learning about this and it would be great to see an example. Thanks!
First, thank you very much for your great work. I tried inference with tfjs Modnet model but the result is not as expected. My inference code is based on https://github.com/PINTO0309/PINTO_model_zoo/blob/main/078_MODNet/test_tflite.py Here is what I got.
This result is same as your result on tflite?