mirror of
https://github.com/mii443/usls.git
synced 2025-12-03 02:58:22 +00:00
update
This commit is contained in:
@@ -27,6 +27,7 @@ fn main() -> Result<()> {
|
||||
.with_model_dtype(args.dtype.as_str().try_into()?)
|
||||
.with_model_device(args.device.as_str().try_into()?)
|
||||
.commit()?;
|
||||
|
||||
let mut model = DepthPro::new(config)?;
|
||||
|
||||
// load
|
||||
|
||||
Reference in New Issue
Block a user