Katsuya Hyodo
Katsuya Hyodo
This repository is so awesome! Thank you very much. :smiley_cat: I don't know if this will help you, but I used the workflow in this repository as a reference and...
- `Large`, `Small` onnx https://github.com/PINTO0309/PINTO_model_zoo/tree/main/384_TCMonoDepth
$ cd ncsdk $ make uninstall $ cd ~ $ git clone -b ncsdk2 http://github.com/Movidius/ncsdk $ cd ncsdk $ make install
onnxsim==0.4.17 ``` $ onnxsim model.onnx model.onnx Your model contains "Tile" ops or/and "ConstantOfShape" ops. Folding these ops can make the simplified model much larger. If it is not expected, please...
There are so many patterns to deal with that it seems quite difficult to make a mechanical decision. (I understand that it is a hack.)
I see. That might be a good idea.
- Idea note If no change occurs in the shape of the input tensor and the output tensor after the operation, skip the broadcast regardless of whether the previous operation...
Fix: https://github.com/PINTO0309/onnx2tf/releases/tag/1.24.1
https://www.kaggle.com/models/google/mobile-object-localizer-v1/tfLite ``` python -m tf2onnx.convert \ --opset 11 \ --tflite 1.tflite \ --inputs-as-nchw normalized_input_image_tensor \ --dequantize \ --output object-detection-mobile-object-localizer-v1.onnx onnxsim object-detection-mobile-object-localizer-v1.onnx object-detection-mobile-object-localizer-v1.onnx ``` [object-detection-mobile-object-localizer-v1.onnx.zip](https://github.com/user-attachments/files/16404012/object-detection-mobile-object-localizer-v1.onnx.zip) ``` sit4onnx -if object-detection-mobile-object-localizer-v1.onnx -oep cpu...
I have been very helped by geaxgx's sample code implementation, so I tuned the model to show my appreciation. - MoveNet MultiPose - [released] 6/10/20 persons version onnx (support for...