ultralytics 8.0.120 CLI support for SAM, RTDETR (#3273)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
2e8313b032
commit
d8701b42ca
6 changed files with 27 additions and 7 deletions
|
|
@ -104,7 +104,7 @@ names: [ 'person', 'car' ]
|
|||
|
||||
### COCO dataset format to YOLO format
|
||||
|
||||
```
|
||||
```python
|
||||
from ultralytics.yolo.data.converter import convert_coco
|
||||
|
||||
convert_coco(labels_dir='../coco/annotations/', use_segments=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue