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.49k stars 566 forks source link

About contribution of the TFLite model of DETR-like models #339

Closed On-JungWoan closed 1 year ago

On-JungWoan commented 1 year ago

Issue Type

Support

OS

Ubuntu

OS architecture

x86_64

Programming Language

Python

Framework

PyTorch

Model name and Weights/Checkpoints URL

_

Description

Hi Pinto0309! Do you remember me? I have received a lot of help from you regarding the conversion of a DETR-like model to TFLite. In this process, I have to modify many of the structures of the models, which takes a lot of time. Therefore, I want to share my TFLite model here for people who want to use TFLite format of DETR(DN-DETR, Deformable DETR). Can you tell me how I can contribute to this repository?

Relevant Log Output

No response

URL or source code for simple inference testing code

No response

PINTO0309 commented 1 year ago

I welcome it.

It would be very helpful if you could share the following

  1. URL of the repository from which the citation was taken
  2. the model file you converted
  3. Script used for conversion

The storage for the models is to Wasabi Storage (low cost, fast), which I have a personal contract with, so that everyone can download them at their leisure. Thus, after I commit the URL for downloading the model to this repository, there may be a way for you to contribute by having a pull request for the README, etc.

PINTO0309 commented 1 year ago

A sample of the parts I will commit on your behalf. I intend to post an acknowledgement of the model provided by you. https://github.com/PINTO0309/PINTO_model_zoo/tree/main/374_LaneSOD

A sample of the parts you commit to contribute. You do not have to have a video, and it does not matter if only the URL for a link to a repository you own is considered a commit. In other words, there are no rules for pull requests to this repository. https://github.com/PINTO0309/PINTO_model_zoo/tree/main/374_LaneSOD/demo

On-JungWoan commented 1 year ago

I understand it. Thank you for your response. I will organize the data, and then I will provide it to you soon(maybe in June). Thank you for your hard work! I will close this issue.