-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c92972
commit 98c7756
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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`: | ||
|
@@ -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 |