From 8a147afd87f895c4d88793cdc08a89f253adf2a0 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 28 Apr 2024 16:24:18 +0200 Subject: [PATCH] Update README.md to `main` branch (#53) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ccb2c8a..61236c0 100755 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Before we launch into training, we perform preprocessing on the targets to clean 1. Outliers are removed using sigma-rejection. 2. A new set of 30 k-means anchors are created specifically for `c60_a30symmetric.cfg` using the MATLAB script `utils/analysis.m`: - + ## Starting the Training @@ -61,7 +61,7 @@ Watch out for overtraining! It becomes a significant problem after roughly 200 e You'll see loss plots for bounding boxes, objectness, and class confidence that should resemble the following results: - + ### Image Augmentation 📸 @@ -83,7 +83,7 @@ Please note that augmentation is applied **only** during training and not during Once training is done, model checkpoints will be available in the `/checkpoints` directory. Use `detect.py` to apply your trained weights to any xView image—for instance, `5.tif` from the training set: - + # 📝 Citation