Add florence2 model

* Add florence2-base model for all tasks

* Update annotator.rs
This commit is contained in:
Jamjamjon
2024-09-21 20:23:42 +08:00
committed by GitHub
parent 5057c20565
commit f0fd4936e8
22 changed files with 2122 additions and 108 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "usls"
version = "0.0.14"
version = "0.0.15"
edition = "2021"
description = "A Rust library integrated with ONNXRuntime, providing a collection of ML models."
repository = "https://github.com/jamjamjon/usls"
@ -22,7 +22,6 @@ dirs = { version = "5.0.1" }
ureq = { version = "2.9.1", default-features = true, features = [
"socks-proxy",
] }
walkdir = { version = "2.5.0" } # TODO: remove
tokenizers = { version = "0.15.2" }
rayon = "1.10.0"
indicatif = "0.17.8"