mirror of
https://github.com/mii443/usls.git
synced 2025-08-22 15:45:41 +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_device(args.device.parse()?)
|
||||
.with_model_file("/HDD/zhangj/PROJECTS/e/mmml/rtmw-133-m-q4.onnx")
|
||||
.commit()?;
|
||||
let mut rtmpose = RTMPose::new(config)?;
|
||||
|
||||
|
Reference in New Issue
Block a user