diff --git a/src/models/rfdetr/config.rs b/src/models/rfdetr/config.rs index 8dd1624..6edccd0 100644 --- a/src/models/rfdetr/config.rs +++ b/src/models/rfdetr/config.rs @@ -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") + } }