Skip to content

Commit

Permalink
Update GetStart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hukaixuan19970627 authored Apr 2, 2022
1 parent 266eb3b commit 9f81c71
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/GetStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,28 @@ cd yolov5_obb
```
**(*Note: High resolution image dataset needs to be splited to get better performance in small objects)**

1.3 Make sure your dataset structure same as:
```
parent
├── yolov5
└── datasets
└── DOTAv1.5
├── train_split_rate1.0_subsize1024_gap200
├── train_split_rate1.0_subsize1024_gap200
└── test_split_rate1.0_subsize1024_gap200
├── images
|────1.jpg
|────...
└────10000.jpg
├── labelTxt
|────1.txt
|────...
└────10000.txt
```

**Note:**
* DOTA is a high resolution image dataset, so it must be splited before training to get a better performance.
**2. Train**

2.1 Train with specified GPUs. (for example with GPU=3)
Expand Down

0 comments on commit 9f81c71

Please sign in to comment.