mirror of
https://github.com/mii443/usls.git
synced 2025-08-22 15:45:41 +00:00
Adding external data file support for ONNX models (#104)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user