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

Ensemble model for Tensorflow model zoo models #334

Closed Annieliaquat closed 1 year ago

Annieliaquat commented 1 year ago

Issue Type

Feature Request

OS

Other

OS architecture

Other

Programming Language

Python

Framework

TensorFlow

Model name and Weights/Checkpoints URL

https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md

Description

Hi, I am using SSD MobileNetV2 FPNLite 320x320, and SSD MobileNetV2 FPNLite 640x640 model for covid-19 detection. Can you please let me know if ensemble model is possible for Tensorflow model zoo models?

Relevant Log Output

No response

URL or source code for simple inference testing code

No response