Locally exported ONNX of the RFDETRSegMedium tier from Roboflow's
rfdetr Python package.
Roboflow's training repo distributes PyTorch checkpoints; this is
the ONNX equivalent for downstream inference runtimes that don't
embed PyTorch (ort, candle, tract, etc.).
Architecture is identical to the public RF-DETR-Seg Preview tier
mirrored at
bukuroo/RF-DETR-Seg-ONNX;
only the weights differ — Medium trades a small inference-time
penalty for noticeably better classifier accuracy on
out-of-distribution scenes.
1from rfdetr import RFDETRSegMedium
2RFDETRSegMedium().export(output_dir="./out")