ultralytics 8.0.47 Docker and reformat updates (#1153)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
d4be4cb24b
commit
a58f766f94
41 changed files with 224 additions and 201 deletions
|
|
@ -97,8 +97,8 @@ Class reference documentation for `Results` module and its components can be fou
|
|||
|
||||
## Plotting results
|
||||
|
||||
You can use `plot()` function of `Result` object to plot results on in image object. It plots all components(boxes, masks,
|
||||
classification logits, etc) found in the results object
|
||||
You can use `plot()` function of `Result` object to plot results on in image object. It plots all components(boxes,
|
||||
masks, classification logits, etc) found in the results object
|
||||
|
||||
```python
|
||||
res = model(img)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue