This commit is contained in:
Jamjamjon
2024-04-14 18:11:09 +08:00
committed by GitHub
parent a717b98f7b
commit c05836f02e
6 changed files with 4 additions and 9 deletions

View File

@ -4,7 +4,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
// build model
let options = Options::default()
.with_model("../models/dinov2-s14-dyn-f16.onnx")
// .with_model("../models/dinov2-b14-dyn.onnx")
.with_i00((1, 1, 1).into())
.with_i02((224, 224, 224).into())
.with_i03((224, 224, 224).into());