@@ -2,7 +2,7 @@ English | [简体中文](QUICK_STARTED_cn.md)
...
@@ -2,7 +2,7 @@ English | [简体中文](QUICK_STARTED_cn.md)
# Quick Start
# Quick Start
This tutorial fine-tunes a tiny dataset by pretrained detection model for users to get a model and learn PaddleDetection quickly. The model can be trained in around 15min with good performance.
This tutorial fine-tunes a tiny dataset by pretrained detection model for users to get a model and learn PaddleDetection quickly. The model can be trained in around 15min with good performance.
## Data Preparation
## Data Preparation
...
@@ -13,11 +13,16 @@ cd dataset/fruit
...
@@ -13,11 +13,16 @@ cd dataset/fruit
sh download.sh
sh download.sh
```
```
Training command is as follows:
-**Note: before started, run the following command and specifiy the GPU**