lhhj commited on
Commit
6ab6e2a
Β·
1 Parent(s): 463b952

readme change

Browse files
Files changed (1) hide show
  1. README.md +7 -34
README.md CHANGED
@@ -1,34 +1,7 @@
1
- # AIEM
2
-
3
- AI Edge Management
4
-
5
- **TODO**: introduce segmentation env variable
6
-
7
- AIEM repo can be seen as the core shared across all the projects that require an AI model to be trained or to run an inference server. It talks to the rest of the project-specific repos by means of, e.g., a GitHub Actions workflow. It contains Dockerfiles for different architectures and for different purposes. For example: training a YoloV8 model in an x86 architecture (*Dockerfile.x86.yolov8_trainer*).
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