Spaces:
Build error
Build error
lhhj
commited on
Commit
Β·
6ab6e2a
1
Parent(s):
463b952
readme change
Browse files
README.md
CHANGED
@@ -1,34 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
## Structure
|
10 |
-
|
11 |
-
The structure of the project:
|
12 |
-
|
13 |
-
```bash
|
14 |
-
.
|
15 |
-
βββ docker
|
16 |
-
β βββ Dockerfile.x86.yolov8_trainer
|
17 |
-
β βββ scripts
|
18 |
-
β βββ docker_build.sh
|
19 |
-
βββ README.md
|
20 |
-
βββ runner
|
21 |
-
β βββ README.md
|
22 |
-
βββ trainer
|
23 |
-
βββ README.md
|
24 |
-
βββ train_yolov8.py
|
25 |
-
βββ utils
|
26 |
-
βββ cvat_dataset.py
|
27 |
-
βββ download_cvatdata.py
|
28 |
-
βββ merge_cocos.py
|
29 |
-
βββ path_utils.py
|
30 |
-
βββ unzip_datasets.py
|
31 |
-
βββ yolo_labels.py
|
32 |
-
```
|
33 |
-
|
34 |
-
- **Download data** (*trainer/utils/download_cvatdata.py*). Main script to download the dataset into the docker container. It reads from project-specific YAML file with the tasks to download from CVAT, preprocess the data and get the workspace ready for the model be able to be trained.
|
|
|
1 |
+
title: AIEM
|
2 |
+
emoji: π
|
3 |
+
colorFrom: gray
|
4 |
+
colorTo: indigo
|
5 |
+
sdk: docker
|
6 |
+
pinned: false
|
7 |
+
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|