mirror of
https://github.com/mii443/usls.git
synced 2025-08-22 15:45:41 +00:00
Add RF-DETR large model
This commit is contained in:
@ -19,4 +19,8 @@ impl crate::Options {
|
|||||||
pub fn rfdetr_base() -> Self {
|
pub fn rfdetr_base() -> Self {
|
||||||
Self::rfdetr().with_model_file("base.onnx")
|
Self::rfdetr().with_model_file("base.onnx")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn rfdetr_large() -> Self {
|
||||||
|
Self::rfdetr().with_model_file("large.onnx")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user