ONNX
Collection
9 items β’ Updated
This repository hosts EfficientNetV2-B0 in ONNX FP32 format, targeting the Renesas R-Car X5H platform for image classification inference on the NPX6 NPU.
### Deployment Flow
```text
EfficientNetV2-B0 (MMPreTrain)
β
βΌ
ONNX Export
β
βΌ
ONNX Optimizer
β
βΌ
efficientnetv2-b0_3rdparty_in1k_sim_opt.onnx (FP32)
β
βββΆ ONNX Runtime (Custom NPU EP) ββΆ INT8 auto-cast ββΆ NPX6 NPU
β
βββΆ MWMX Runtime ββΆ INT8 auto-cast ββΆ NPX6 NPU
| Artifact | Status | Notes |
|:---------:|:------:|--------|
| **FP32 ONNX** | β
Provided | Exported from MMPreTrain and optimized using ONNX Optimizer |
### ONNX Model
- **Training Framework:** MMPreTrain (OpenMMLab)
- **Export Format:** ONNX FP32
- **Graph Optimizations:** ONNX Optimizer passes applied
- **Input Resolution:** 224 Γ 224
- **Output:** 1000 ImageNet classes
huggingface-cli download Renesas/EfficientNetV2-B0-ONNX fp32/efficientnetv2_b0.onnx