mirror of
https://github.com/mii443/usls.git
synced 2025-08-22 15:45:41 +00:00
Bump the version to 0.0.12
* Add sapiens-seg model
This commit is contained in:
@ -11,7 +11,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
let mut model = DepthAnything::new(options)?;
|
||||
|
||||
// load
|
||||
let x = vec![DataLoader::try_read("./assets/2.jpg")?];
|
||||
let x = [DataLoader::try_read("./assets/2.jpg")?];
|
||||
|
||||
// run
|
||||
let y = model.run(&x)?;
|
||||
|
Reference in New Issue
Block a user