π [init] the framework and titles of docs!
Browse files- docs/0_get_start/0_quick_start.md +1 -0
- docs/0_get_start/1_installations.md +4 -0
- docs/0_get_start/2_git.md +3 -0
- docs/0_get_start/3_pypi.md +3 -0
- docs/0_get_start/4_docker.md +3 -0
- docs/0_get_start/5_conda.md +3 -0
- docs/1_tutorials/0_train.md +5 -0
- docs/1_tutorials/1_validation.md +5 -0
- docs/2_model_zoo/0_object_detection.md +5 -0
- docs/2_model_zoo/1_segmentation.md +5 -0
- docs/2_model_zoo/2_classification.md +5 -0
- docs/3_custom/0_model.md +1 -0
- docs/3_custom/1_data_augment.md +1 -0
- docs/3_custom/2_loss.md +1 -0
- docs/3_custom/3_task.md +1 -0
- docs/4_deploy/1_deploy.md +3 -0
- docs/4_deploy/2_onnx.md +1 -0
- docs/4_deploy/3_tensorrt.md +1 -0
docs/0_get_start/0_quick_start.md
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# Quick Start
|
docs/0_get_start/1_installations.md
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Install YOLO
|
2 |
+
|
3 |
+
## GPU (Cuda / MPS)
|
4 |
+
## CPU only
|
docs/0_get_start/2_git.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# Install via Git& GitHub
|
2 |
+
|
3 |
+
## [WIP]
|
docs/0_get_start/3_pypi.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# Install via PyPi(pip install)
|
2 |
+
|
3 |
+
## [WIP]
|
docs/0_get_start/4_docker.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# Install in Docker
|
2 |
+
|
3 |
+
## [WIP]
|
docs/0_get_start/5_conda.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# Install in Conda env
|
2 |
+
|
3 |
+
## [WIP]
|
docs/1_tutorials/0_train.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Train
|
2 |
+
|
3 |
+
## Train on COCO2017
|
4 |
+
|
5 |
+
## Train on Cusom Dataset
|
docs/1_tutorials/1_validation.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Validation
|
2 |
+
|
3 |
+
## Validation on COCO2017
|
4 |
+
|
5 |
+
## Validation on Custom Dataset
|
docs/2_model_zoo/0_object_detection.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Object Detection
|
2 |
+
|
3 |
+
## YOLOv7
|
4 |
+
|
5 |
+
## YOLOv9
|
docs/2_model_zoo/1_segmentation.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Segmentations
|
2 |
+
|
3 |
+
## YOLOv7
|
4 |
+
|
5 |
+
## YOLOv9
|
docs/2_model_zoo/2_classification.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Classification
|
2 |
+
|
3 |
+
## YOLOv7
|
4 |
+
|
5 |
+
## YOLOv9
|
docs/3_custom/0_model.md
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# Model
|
docs/3_custom/1_data_augment.md
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# Data Augment
|
docs/3_custom/2_loss.md
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# Loss
|
docs/3_custom/3_task.md
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# Task
|
docs/4_deploy/1_deploy.md
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# Deploy YOLOv9
|
2 |
+
|
3 |
+
# Deploy YOLOv7
|
docs/4_deploy/2_onnx.md
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# Compile to ONNX
|
docs/4_deploy/3_tensorrt.md
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# Compile to TensorRT
|