Add Xs, a wrapper over Vec<X> (#29)

This commit is contained in:
Jamjamjon
2024-08-03 18:03:35 +08:00
committed by GitHub
parent c4c240ef75
commit 53d14ee2fb
20 changed files with 193 additions and 201 deletions

View File

@ -6,7 +6,6 @@ mod db;
mod depth_anything;
mod dinov2;
mod modnet;
mod rtdetr;
mod rtmo;
mod sam;
mod svtr;
@ -20,7 +19,6 @@ pub use db::DB;
pub use depth_anything::DepthAnything;
pub use dinov2::Dinov2;
pub use modnet::MODNet;
pub use rtdetr::RTDETR;
pub use rtmo::RTMO;
pub use sam::{SamKind, SamPrompt, SAM};
pub use svtr::SVTR;