PINTO0309 / PINTO_model_zoo

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.
https://qiita.com/PINTO
MIT License
3.59k stars 573 forks source link

SwinIR super resolution coreml, tflite conversion #247

Closed Vozf closed 1 year ago

Vozf commented 2 years ago

Issue Type

Feature Request

OS

Other

OS architecture

Other

Programming Language

Python

Framework

PyTorch

Model name and Weights/Checkpoints URL

https://github.com/JingyunLiang/SwinIR

Description

It would be nice to add the current sota for image super resolution and denoising

Relevant Log Output

No response

URL or source code for simple inference testing code

No response

PINTO0309 commented 2 years ago

https://github.com/fenglinglwb/EDT

PINTO0309 commented 1 year ago

Six months ago, a tool was completed to convert from onnx to various model formats. I don't think you are interested anymore, but if you need to, you can convert it on your own.

https://github.com/PINTO0309/onnx2tf

image