Replace Docs URLs with relative links (#11738)
This commit is contained in:
parent
537c50e45f
commit
4527690a7d
146 changed files with 166 additions and 166 deletions
|
|
@ -27,7 +27,7 @@ Ultralytics HUB datasets are just like YOLOv5 and YOLOv8 🚀 datasets. They use
|
|||
|
||||
Before you upload a dataset to Ultralytics HUB, make sure to **place your dataset YAML file inside the dataset root directory** and that **your dataset YAML, directory and ZIP have the same name**, as shown in the example below, and then zip the dataset directory.
|
||||
|
||||
For example, if your dataset is called "coco8", as our [COCO8](https://docs.ultralytics.com/datasets/detect/coco8) example dataset, then you should have a `coco8.yaml` inside your `coco8/` directory, which will create a `coco8.zip` when zipped:
|
||||
For example, if your dataset is called "coco8", as our [COCO8](../datasets/detect/coco8.md) example dataset, then you should have a `coco8.yaml` inside your `coco8/` directory, which will create a `coco8.zip` when zipped:
|
||||
|
||||
```bash
|
||||
zip -r coco8.zip coco8
|
||||
|
|
@ -91,7 +91,7 @@ Also, you can analyze your dataset by click on the **Overview** tab.
|
|||
|
||||

|
||||
|
||||
Next, [train a model](https://docs.ultralytics.com/hub/models/#train-model) on your dataset.
|
||||
Next, [train a model](./models.md#train-model) on your dataset.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue