Skip to content

Commit b0350dc

Browse files
committed
Modified Readme with minor corrections and removed duplicate files
1 parent 05c89d8 commit b0350dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

-178 KB
Binary file not shown.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Special thanks to:
7676

7777
---
7878

79-
#### Aerial Segmentation Using U-Net: Please refer the [Prithvi Vision Repo](https://github.com/ItsShriks/PrithviVision)
79+
#### For Aerial Segmentation Using U-Net: Please refer the [Prithvi Vision Repo](https://github.com/ItsShriks/PrithviVision)
8080
---
8181

8282
# Aerial Segmentation with Mask R-CNN
@@ -185,7 +185,7 @@ python3 samples/tree_segmentation.py --command test --image /path/to/image.jpg -
185185

186186
The model was trained on a custom dataset of aerial images with YOLO-style polygon annotations using two different backbone architectures. The training produced comprehensive metrics showing the model's learning progress over time.The below charts displays the training and validation losses, as well as the F1-score and IoU, providing a comprehensive view of the model's performance.
187187

188-
### ResNet-50 Backbone (Recommended)
188+
### ResNet-50 Backbone
189189

190190
![Training Metrics - ResNet-50](outputs/maskrcnn_output/comprehensive_training_metrics.png)
191191

@@ -196,7 +196,7 @@ The model was trained on a custom dataset of aerial images with YOLO-style polyg
196196
- **Training Time**: 29.5 seconds/epoch
197197
- **Final Training Loss**: 1.26
198198

199-
### ResNet-101 Backbone (Higher Accuracy)
199+
### ResNet-101 Backbone
200200

201201
![Training Metrics - ResNet-101](outputs/maskrcnn_output/resnet-101_backbone_results/comprehensive_training_metrics.png)
202202

0 commit comments

Comments
 (0)