mirror of
https://github.com/mii443/usls.git
synced 2025-12-03 02:58:22 +00:00
Update ort and improve the speed of preprocessing
* Add onnx proto * Update ort to 2.0.0-rc.2 * Improve the speed of resizing * Fix yolo-seg bug * Update README.md
This commit is contained in:
@@ -7,7 +7,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
.with_i00((1, 1, 1).into())
|
||||
.with_i02((224, 224, 224).into())
|
||||
.with_i03((224, 224, 224).into());
|
||||
let _model = Dinov2::new(&options)?;
|
||||
let _model = Dinov2::new(options)?;
|
||||
println!("TODO...");
|
||||
|
||||
// query from vector
|
||||
|
||||
Reference in New Issue
Block a user