| lutzroeder/netron |
25,287 |
|
4 |
70 |
about 2 years ago |
610 |
December 09, 2023 |
27 |
mit |
JavaScript |
| Visualizer for neural network, deep learning and machine learning models |
| microsoft/MMdnn |
5,767 |
|
3 |
0 |
over 2 years ago |
10 |
July 24, 2020 |
333 |
mit |
Python |
| MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML. |
| PINTO0309/PINTO_model_zoo |
3,121 |
|
0 |
0 |
about 2 years ago |
0 |
|
11 |
mit |
Python |
| A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML. |
| microsoft/Windows-Machine-Learning |
945 |
|
0 |
0 |
almost 3 years ago |
0 |
|
16 |
mit |
C++ |
| Samples and Tools for Windows ML. |
| anupamchugh/iowncode |
832 |
|
0 |
0 |
over 2 years ago |
0 |
|
5 |
|
Swift |
| A curated collection of iOS, ML, AR resources sprinkled with some UI additions |
| hollance/YOLO-CoreML-MPSNNGraph |
805 |
|
0 |
0 |
over 6 years ago |
0 |
|
19 |
mit |
Swift |
| Tiny YOLO for iOS implemented using CoreML but also using the new MPS graph API. |
| vsyw/Keras-OpenFace |
563 |
|
0 |
0 |
about 5 years ago |
0 |
|
|
apache-2.0 |
Jupyter Notebook |
| Keras-OpenFace is a project converting OpenFace from Torch implementation to a Keras version |
| PINTO0309/onnx2tf |
461 |
|
0 |
2 |
about 2 years ago |
438 |
December 10, 2023 |
14 |
mit |
Python |
| 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). I don't need a Star, but give me a pull request. |
| DeNA/SRCNNKit |
356 |
|
0 |
0 |
almost 8 years ago |
0 |
|
0 |
mit |
Python |
| CoreML and Keras implementation of Super-Resolution Convolutional Neural Network (SRCNN) |
| PINTO0309/openvino2tensorflow |
262 |
|
0 |
1 |
over 3 years ago |
255 |
September 08, 2022 |
5 |
mit |
Python |
| This script converts the ONNX/OpenVINO IR model to Tensorflow's saved_model, tflite, h5, tfjs, tftrt(TensorRT), CoreML, EdgeTPU, ONNX and pb. PyTorch (NCHW) -> ONNX (NCHW) -> OpenVINO (NCHW) -> openvino2tensorflow -> Tensorflow/Keras (NHWC/NCHW) -> TFLite (NHWC/NCHW). And the conversion from .pb to saved_model and from saved_model to .pb and from .pb to .tflite and saved_model to .tflite and saved_model to onnx. Support for building environments with Docker. It is possible to directly access the host PC GUI and the camera to verify the operation. NVIDIA GPU (dGPU) support. Intel iHD GPU (iGPU) support. |