Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -11,31 +11,16 @@ pinned: false
|
|
11 |
|
12 |
*Easily load and transform datasets for object detection.*
|
13 |
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
**Documentation**: https://blinjrm.github.io/detection-datasets/
|
17 |
|
18 |
**Source Code**: https://github.com/blinjrm/detection-datasets
|
19 |
|
20 |
-
**Datasets on Hugging Face Hub**: https://huggingface.co/detection-datasets
|
21 |
-
|
22 |
---
|
23 |
-
|
24 |
-
`detection_datasets` aims to make it easier to work with detection datasets.
|
25 |
-
|
26 |
-
It is both an organisation sharing detection datasets on the 🤗 Hub, and a Python library to load, transform and export detection datasets to multiple formats corresponding to object detection frameworks / models.
|
27 |
-
|
28 |
-
The main features are:
|
29 |
-
* **Read** the dataset :
|
30 |
-
* From disk if it has already been downloaded.
|
31 |
-
* Directly from the Hugging Face Hub if it [already exist](https://huggingface.co/detection-datasets).
|
32 |
-
* **Transform** the dataset:
|
33 |
-
* Select a subset of data.
|
34 |
-
* Remap categories.
|
35 |
-
* Create new train-val-test splits.
|
36 |
-
* **Visualize** the annotations and images.
|
37 |
-
* **Write** the dataset:
|
38 |
-
* To disk, selecting the target detection format: `COCO`, `YOLO` and more to come.
|
39 |
-
* To the Hugging Face Hub for easy reuse in a different environment and share with the community.
|
40 |
-
|
41 |
**More datasets to come! 🔥**
|
|
|
11 |
|
12 |
*Easily load and transform datasets for object detection.*
|
13 |
|
14 |
+
`detection_datasets` aims to make it easier to work with detection datasets.
|
15 |
+
|
16 |
+
It is both an organisation sharing detection datasets on the 🤗 Hub, and a Python library to load, transform and export detection datasets to multiple formats corresponding to object detection frameworks / models.
|
17 |
+
|
18 |
---
|
19 |
|
20 |
**Documentation**: https://blinjrm.github.io/detection-datasets/
|
21 |
|
22 |
**Source Code**: https://github.com/blinjrm/detection-datasets
|
23 |
|
|
|
|
|
24 |
---
|
25 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
**More datasets to come! 🔥**
|