Skip to content

Commit

Permalink
Update README.md to main branch (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Apr 28, 2024
1 parent e904c8b commit 8a147af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

<img src="https://github.com/ultralytics/xview-yolov3/blob/master/cfg/c60_a30.png?raw=true" width="500">
<img src="https://github.com/ultralytics/xview-yolov3/blob/main/cfg/c60_a30.png?raw=true" width="500">

## Starting the Training

Expand All @@ -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:

<img src="https://github.com/ultralytics/xview-yolov3/blob/master/data/xview_training_loss.png?raw=true" width="100%">
<img src="https://github.com/ultralytics/xview-yolov3/blob/main/data/xview_training_loss.png?raw=true" width="100%">

### Image Augmentation 📸

Expand All @@ -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:

<img src="https://github.com/ultralytics/xview/blob/master/output_img/1047.jpg?raw=true" width="100%">
<img src="https://github.com/ultralytics/xview/blob/main/output_img/1047.jpg?raw=true" width="100%">

# 📝 Citation

Expand Down

0 comments on commit 8a147af

Please sign in to comment.