Add moondream2

* Add moondream2

* Update README.md
This commit is contained in:
Jamjamjon
2025-01-20 21:37:54 +08:00
committed by GitHub
parent afd1deb1f4
commit 475a680703
18 changed files with 1019 additions and 23 deletions

View File

@ -16,6 +16,7 @@ mod grounding_dino;
mod linknet;
mod mobileone;
mod modnet;
mod moondream2;
mod picodet;
mod pipeline;
mod rtdetr;
@ -37,6 +38,7 @@ pub use dinov2::*;
pub use florence2::*;
pub use grounding_dino::*;
pub use modnet::*;
pub use moondream2::*;
pub use picodet::*;
pub use pipeline::*;
pub use rtdetr::*;