Add Chinese Modes and Tasks Docs (#6274)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
795b95bdcb
commit
e3a538bbde
293 changed files with 3681 additions and 736 deletions
14
docs/en/reference/models/rtdetr/model.md
Normal file
14
docs/en/reference/models/rtdetr/model.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
description: Explore the specifics of using the RTDETR model in Ultralytics. Detailed documentation layered with explanations and examples.
|
||||
keywords: Ultralytics, RTDETR model, Ultralytics models, object detection, Ultralytics documentation
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/models/rtdetr/model.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/rtdetr/model.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/rtdetr/model.py). If you spot a problem please help fix it by [contributing](https://docs.ultralytics.com/help/contributing/) a [Pull Request](https://github.com/ultralytics/ultralytics/edit/main/ultralytics/models/rtdetr/model.py) 🛠️. Thank you 🙏!
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.rtdetr.model.RTDETR
|
||||
<br><br>
|
||||
14
docs/en/reference/models/rtdetr/predict.md
Normal file
14
docs/en/reference/models/rtdetr/predict.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
description: Learn how to use the RTDETRPredictor model of the Ultralytics package. Detailed documentation, usage instructions, and advice.
|
||||
keywords: Ultralytics, RTDETRPredictor, model documentation, guide, real-time object detection
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/models/rtdetr/predict.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/rtdetr/predict.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/rtdetr/predict.py). If you spot a problem please help fix it by [contributing](https://docs.ultralytics.com/help/contributing/) a [Pull Request](https://github.com/ultralytics/ultralytics/edit/main/ultralytics/models/rtdetr/predict.py) 🛠️. Thank you 🙏!
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.rtdetr.predict.RTDETRPredictor
|
||||
<br><br>
|
||||
14
docs/en/reference/models/rtdetr/train.md
Normal file
14
docs/en/reference/models/rtdetr/train.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
description: Get insights into RTDETRTrainer, a crucial component of Ultralytics for effective model training. Explore detailed documentation at Ultralytics.
|
||||
keywords: Ultralytics, RTDETRTrainer, model training, Ultralytics models, PyTorch models, neural networks, machine learning, deep learning
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/models/rtdetr/train.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/rtdetr/train.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/rtdetr/train.py). If you spot a problem please help fix it by [contributing](https://docs.ultralytics.com/help/contributing/) a [Pull Request](https://github.com/ultralytics/ultralytics/edit/main/ultralytics/models/rtdetr/train.py) 🛠️. Thank you 🙏!
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.rtdetr.train.RTDETRTrainer
|
||||
<br><br>
|
||||
18
docs/en/reference/models/rtdetr/val.md
Normal file
18
docs/en/reference/models/rtdetr/val.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
description: Explore RTDETRDataset in Ultralytics Models. Learn about the RTDETRValidator function, understand its usage in real-time object detection.
|
||||
keywords: Ultralytics, RTDETRDataset, RTDETRValidator, real-time object detection, models documentation
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/models/rtdetr/val.py`
|
||||
|
||||
!!! note
|
||||
|
||||
This file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/rtdetr/val.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/rtdetr/val.py). If you spot a problem please help fix it by [contributing](https://docs.ultralytics.com/help/contributing/) a [Pull Request](https://github.com/ultralytics/ultralytics/edit/main/ultralytics/models/rtdetr/val.py) 🛠️. Thank you 🙏!
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.rtdetr.val.RTDETRDataset
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.rtdetr.val.RTDETRValidator
|
||||
<br><br>
|
||||
Loading…
Add table
Add a link
Reference in a new issue