Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hukaixuan19970627 authored Apr 2, 2022
1 parent c1b447c commit 266eb3b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,3 @@ swig -c++ -python polyiou.i
python setup.py build_ext --inplace
```

## Prepare dataset
```
parent
├── yolov5
└── datasets
└── DOTAv1.5
├── train_split_rate1.0_subsize1024_gap200
├── train_split_rate1.0_subsize1024_gap200
└── test_split_rate1.0_subsize1024_gap200
├── images
└── labelTxt
```

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

0 comments on commit 266eb3b

Please sign in to comment.