Add RF-DETR large model

This commit is contained in:
Jamjamjon
2025-05-09 16:36:25 +08:00
committed by GitHub
parent 31ac56c70c
commit eede5bf37e

View File

@ -19,4 +19,8 @@ impl crate::Options {
pub fn rfdetr_base() -> Self {
Self::rfdetr().with_model_file("base.onnx")
}
pub fn rfdetr_large() -> Self {
Self::rfdetr().with_model_file("large.onnx")
}
}