Add Owlv2 model (#59)

This commit is contained in:
Jamjamjon
2025-01-22 23:49:51 +08:00
committed by GitHub
parent b3072e8da3
commit 94fa832359
10 changed files with 288 additions and 5 deletions

View File

@ -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::*;