ONNX 模型库
返回模型

说明文档

Deformable-Detr.axera

Axera NPU 上的 Deformable-Detr 演示。

1. 工程下载

git clone https://github.com/AXERA-TECH/deformable-detr.axera.git

2. 模型转换

pulsar2 build --config  ./config/config.json

3. 板端运行

python inference.py --model detr.axmodel --img ./assets/bus.jpg --output out.jpg --thresh 0.6

4. 结果展示

result

AXERA-TECH/Deformable-Detr

作者 AXERA-TECH

↓ 11 ♥ 0

创建时间: 2026-02-28 11:44:14+00:00

更新时间: 2026-03-05 04:29:00+00:00

在 Hugging Face 上查看

文件 (11)

.gitattributes
LICENSE
README.md
assets/bus.jpg
config.json
config/config.json
data/images.tar.gz
onnx_model/deformable_detr_ax.onnx ONNX
output/detr.axmodel
output/out.jpg
src/inference.py