mirror of
https://github.com/mii443/usls.git
synced 2025-08-22 23:55:38 +00:00
Add florence2 model
* Add florence2-base model for all tasks * Update annotator.rs
This commit is contained in:
@ -5,6 +5,7 @@ mod clip;
|
||||
mod db;
|
||||
mod depth_anything;
|
||||
mod dinov2;
|
||||
mod florence2;
|
||||
mod grounding_dino;
|
||||
mod modnet;
|
||||
mod rtmo;
|
||||
@ -20,6 +21,7 @@ pub use clip::Clip;
|
||||
pub use db::DB;
|
||||
pub use depth_anything::DepthAnything;
|
||||
pub use dinov2::Dinov2;
|
||||
pub use florence2::Florence2;
|
||||
pub use grounding_dino::GroundingDINO;
|
||||
pub use modnet::MODNet;
|
||||
pub use rtmo::RTMO;
|
||||
|
Reference in New Issue
Block a user