mirror of
https://github.com/mii443/usls.git
synced 2025-12-03 02:58:22 +00:00
Add GroundingDINO (#30)
This commit is contained in:
@@ -10,7 +10,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
// textual
|
||||
let options_textual = Options::default()
|
||||
.with_model("clip-b32-textual-dyn.onnx")?
|
||||
.with_tokenizer("tokenizer-clip.json")?
|
||||
// .with_tokenizer("tokenizer-clip.json")?
|
||||
.with_i00((1, 1, 4).into())
|
||||
.with_profile(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user