ultralytics 8.0.224 Counting and Heatmaps updates (#6855)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Muhammad Rizwan Munawar <chr043416@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
0f5406ec21
commit
2b49d71772
15 changed files with 225 additions and 145 deletions
|
|
@ -155,8 +155,7 @@ cargo run --release -- --help
|
|||
|
||||
### Classification
|
||||
|
||||
Running dynamic shape ONNX model on `CPU` with image size `--height 224 --width 224`.
|
||||
Saving plotted image in `runs` directory.
|
||||
Running dynamic shape ONNX model on `CPU` with image size `--height 224 --width 224`. Saving plotted image in `runs` directory.
|
||||
|
||||
```
|
||||
cargo run --release -- --model ../assets/weights/yolov8m-cls-dyn.onnx --source ../assets/images/dog.jpg --height 224 --width 224 --plot --profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue