mirror of
https://github.com/mii443/usls.git
synced 2025-08-22 23:55:38 +00:00
Add Owlv2 model (#59)
This commit is contained in:
@ -17,6 +17,7 @@ mod linknet;
|
||||
mod mobileone;
|
||||
mod modnet;
|
||||
mod moondream2;
|
||||
mod owl;
|
||||
mod picodet;
|
||||
mod pipeline;
|
||||
mod rtdetr;
|
||||
@ -39,6 +40,7 @@ pub use florence2::*;
|
||||
pub use grounding_dino::*;
|
||||
pub use modnet::*;
|
||||
pub use moondream2::*;
|
||||
pub use owl::*;
|
||||
pub use picodet::*;
|
||||
pub use pipeline::*;
|
||||
pub use rtdetr::*;
|
||||
|
Reference in New Issue
Block a user