ONNX Model converted from mattmdjaga/segformer_b2_clothes

This is an ONNX version of the model mattmdjaga/segformer_b2_clothes, converted automatically.

Model Information

  • Original Model: mattmdjaga/segformer_b2_clothes
  • ONNX Opset Version: 12
  • Input Shape: Dynamic (batch_size, 3, height, width)

Usage

import onnxruntime as ort
import numpy as np

# Load ONNX model
session = ort.InferenceSession("model.onnx")

# Prepare input
input_data = np.zeros((1, 3, 224, 224), dtype=np.float32)

# Run inference
outputs = session.run(None, {"input": input_data})
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Model tree for alexgenovese/segformer-onnx

Quantized
(2)
this model

Space using alexgenovese/segformer-onnx 1