Adding external data file support for ONNX models (#104)

This commit is contained in:
Jamjamjon
2025-05-28 17:23:33 +08:00
committed by GitHub
parent cfb92105ee
commit 370437b67a
2 changed files with 14 additions and 1 deletions

View File

@ -5,7 +5,7 @@ use usls::{models::GroundingDINO, Annotator, Config, DataLoader};
/// Example
struct Args {
/// dtype
#[argh(option, default = "String::from(\"fp16\")")]
#[argh(option, default = "String::from(\"q8\")")]
dtype: String,
/// device