model-converter topic

List model-converter repositories

keras2ncnn

89
Stars
19
Forks
Watchers

A keras h5df to ncnn model converter

exporters

558
Stars
31
Forks
Watchers

Export Hugging Face models to Core ML and TensorFlow Lite

onnx2tf

580
Stars
61
Forks
Watchers

Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The purpose of this tool is to solve the massive Transpose extrapolation problem in onnx-tensorflow (onnx-tf)....

scs4onnx

51
Stars
1
Forks
Watchers

A very simple tool that compresses the overall size of the ONNX model by aggregating duplicate constant values as much as possible.

onnx2json

31
Stars
4
Forks
Watchers

Exports the ONNX file to a JSON file and JSON dict.

scc4onnx

19
Stars
0
Forks
Watchers

Very simple NCHW and NHWC conversion tool for ONNX. Change to the specified input order for each and every input OP. Also, change the channel order of RGB and BGR. Simple Channel Converter for ONNX.

json2onnx

17
Stars
1
Forks
Watchers

Converts a JSON file to an ONNX file.

nobuco

201
Stars
10
Forks
Watchers

Pytorch to Keras/Tensorflow conversion made intuitive

tflite2json2tflite

23
Stars
3
Forks
Watchers

Convert tflite to JSON and make it editable in the IDE. It also converts the edited JSON back to tflite binary.