Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Dec 25, 2018
1 parent 5c92972 commit 98c7756
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://storage.googleapis.com/ultralytics/UltralyticsLogoName1000×676.png" width="200">
<img src="https://storage.googleapis.com/ultralytics/logo/logoname1000.png" width="200">

# Introduction

Expand All @@ -20,6 +20,10 @@ Python 3.6 or later with the following `pip3 install -U -r requirements.txt` pac
- `h5py`
- `tqdm`

# Download Data

Download xView data from https://challenge.xviewdataset.org/data-download.

# Training

Before training, targets are cleaned up, removing outliers via sigma-rejection and creating 30 new k-means anchors for `c60_a30symmetric.cfg` with the MATLAB file `utils/analysis.m`:
Expand Down Expand Up @@ -56,4 +60,4 @@ Checkpoints will be saved in `/checkpoints` directory. Run `detect.py` to apply

# Contact

For questions or comments please contact Glenn Jocher at [email protected] or visit us at http://www.ultralytics.com/contact
For questions or comments please contact Glenn Jocher at [email protected] or visit us at http://contact.ultralytics.com

0 comments on commit 98c7756

Please sign in to comment.