mirror of
https://github.com/mii443/usls.git
synced 2025-12-03 02:58:22 +00:00
Update main.rs
This commit is contained in:
@@ -50,7 +50,6 @@ fn main() -> Result<()> {
|
|||||||
}
|
}
|
||||||
.with_model_dtype(args.dtype.parse()?)
|
.with_model_dtype(args.dtype.parse()?)
|
||||||
.with_model_device(args.device.parse()?)
|
.with_model_device(args.device.parse()?)
|
||||||
.with_model_file("/HDD/zhangj/PROJECTS/e/mmml/rtmw-133-m-q4.onnx")
|
|
||||||
.commit()?;
|
.commit()?;
|
||||||
let mut rtmpose = RTMPose::new(config)?;
|
let mut rtmpose = RTMPose::new(config)?;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user