You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
645 B
15 lines
645 B
---
|
|
description: Explore BaseDataset in Ultralytics docs. Learn how this implementation simplifies dataset creation and manipulation.
|
|
keywords: Ultralytics, docs, BaseDataset, data manipulation, dataset creation
|
|
---
|
|
|
|
# Reference for `ultralytics/data/base.py`
|
|
|
|
!!! note
|
|
|
|
Full source code for this file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/base.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/data/base.py). Help us fix any issues you see by submitting a [Pull Request](/help/contributing/) 🛠️. Thank you 🙏!
|
|
|
|
---
|
|
## ::: ultralytics.data.base.BaseDataset
|
|
<br><br>
|