* Add docs

* Add mediapipe-selfie-segmenter model

* Update README.md

* Update RTMO model
This commit is contained in:
Jamjamjon
2025-06-08 18:15:54 +08:00
committed by GitHub
parent 0e8d4f832a
commit 70aeae9e01
77 changed files with 2325 additions and 1414 deletions

View File

@ -15,6 +15,7 @@ mod fastvit;
mod florence2;
mod grounding_dino;
mod linknet;
mod mediapipe_segmenter;
mod mobileone;
mod modnet;
mod moondream2;
@ -43,6 +44,7 @@ pub use depth_pro::*;
pub use dinov2::*;
pub use florence2::*;
pub use grounding_dino::*;
pub use mediapipe_segmenter::*;
pub use modnet::*;
pub use moondream2::*;
pub use owl::*;