mirror of
https://github.com/ultralytics/ultralytics.git
synced 2025-09-15 15:48:41 +08:00
Ultralytics HUB Docs fixes (#12808)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
307a19cead
commit
be5cf7a033
@ -98,6 +98,6 @@ If needed, you can stop the training by clicking on the **Stop Training** button
|
||||
|
||||
## Billing
|
||||
|
||||
At any point during training or after training, you can check the cost of your model by clicking on the **Billing** tab. Furthermore, you can download a small cost report by clicking on the **Download** button.
|
||||
During training or after training, you can check the cost of your model by clicking on the **Billing** tab. Furthermore, you can download the cost report by clicking on the **Download** button.
|
||||
|
||||

|
||||
|
||||
@ -5,8 +5,6 @@ keywords: Ultralytics HUB, Integrations, Roboflow, Dataset, Export, YOLOv5, YOLO
|
||||
|
||||
# Ultralytics HUB Integrations - Under Construction 🏗️🌟
|
||||
|
||||
Welcome to the Integrations guide for [Ultralytics HUB](https://bit.ly/ultralytics_hub)!
|
||||
|
||||
We are in the process of expanding this section to provide you with comprehensive guidance on integrating your YOLOv5 and YOLOv8 models with various platforms and formats.
|
||||
|
||||
We appreciate your patience as we work to make this section comprehensive and user-friendly. Stay tuned for updates!
|
||||
@ -22,7 +20,7 @@ We appreciate your patience as we work to make this section comprehensive and us
|
||||
Available export formats are in the table below. You can predict or validate directly on exported models using the `ultralytics` Python package, i.e. `yolo predict model=yolov8n.onnx`.
|
||||
|
||||
| Format | `format` Argument | Model | Metadata | Arguments |
|
||||
|---------------------------------------------------|-------------------|---------------------------|----------|----------------------------------------------------------------------|
|
||||
| ------------------------------------------------- | ----------------- | ------------------------- | -------- | -------------------------------------------------------------------- |
|
||||
| [PyTorch](https://pytorch.org/) | - | `yolov8n.pt` | ✅ | - |
|
||||
| [TorchScript](../integrations/torchscript.md) | `torchscript` | `yolov8n.torchscript` | ✅ | `imgsz`, `optimize`, `batch` |
|
||||
| [ONNX](../integrations/onnx.md) | `onnx` | `yolov8n.onnx` | ✅ | `imgsz`, `half`, `dynamic`, `simplify`, `opset`, `batch` |
|
||||
@ -37,7 +35,7 @@ Available export formats are in the table below. You can predict or validate dir
|
||||
| [PaddlePaddle](../integrations/paddlepaddle.md) | `paddle` | `yolov8n_paddle_model/` | ✅ | `imgsz`, `batch` |
|
||||
| [NCNN](../integrations/ncnn.md) | `ncnn` | `yolov8n_ncnn_model/` | ✅ | `imgsz`, `half`, `batch` |
|
||||
|
||||
## Coming Soon 🎉
|
||||
## Exciting New Features on the Way 🎉
|
||||
|
||||
- Additional Dataset Integrations
|
||||
- Detailed Export Integration Guides
|
||||
|
||||
@ -90,7 +90,7 @@ In this step, you will start training you model.
|
||||
|
||||
When you are on this step, you have the option to close the **Train Model** dialog and start training your model from the Model page later.
|
||||
|
||||

|
||||

|
||||
|
||||
[Ultralytics HUB](https://bit.ly/ultralytics_hub) offers three training options:
|
||||
|
||||
@ -252,7 +252,7 @@ Now, anyone who has the direct link to your model can view it.
|
||||
|
||||

|
||||
|
||||
## Edit Project
|
||||
## Edit Model
|
||||
|
||||
Navigate to the Model page of the model you want to edit, open the model actions dropdown and click on the **Edit** option. This action will trigger the **Update Model** dialog.
|
||||
|
||||
@ -268,7 +268,7 @@ Apply the desired modifications to your model and then confirm the changes by cl
|
||||
|
||||

|
||||
|
||||
## Delete Project
|
||||
## Delete Model
|
||||
|
||||
Navigate to the Model page of the model you want to delete, open the model actions dropdown and click on the **Delete** option. This action will delete the model.
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ Next, select the Pro Plan.
|
||||
|
||||

|
||||
|
||||
Fill in your details during the checkout!
|
||||
Fill in your details during the checkout.
|
||||
|
||||

|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
39910262+ChaoningZhang@users.noreply.github.com: ChaoningZhang
|
||||
40165666+berry-ding@users.noreply.github.com: berry-ding
|
||||
47978446+sergiuwaxmann@users.noreply.github.com: sergiuwaxmann
|
||||
49699333+dependabot[bot]@users.noreply.github.com: dependabot[bot]
|
||||
49699333+dependabot[bot]@users.noreply.github.com: dependabot
|
||||
61612323+Laughing-q@users.noreply.github.com: Laughing-q
|
||||
62214284+Burhan-Q@users.noreply.github.com: Burhan-Q
|
||||
75611662+tensorturtle@users.noreply.github.com: tensorturtle
|
||||
|
||||
Loading…
Reference in New Issue
Block a user