CoolFace
Modelpublic

Thalirajesh/Aerial-Drone-Image-Segmentation

sourceHugging Faceotherupdated 2y agoView on Hugging Face
13likes632downloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

Aerial-Drone-Image-Segmentation

This model is a fine-tuned version of nvidia/mit-b0 It achieves the following results on the evaluation set:

  • Loss: 0.8852
  • Mean Iou: 0.2994
  • Mean Accuracy: 0.3923
  • Overall Accuracy: 0.7774

Model description

More information needed

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 5e-05
  • trainbatchsize: 24
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 50

Evaluation Results

{'meaniou': 0.27989828118195953, 'meanaccuracy': 0.3712316062110093, 'overallaccuracy': 0.7671712239583334, 'percategoryiou': array([ nan, 0.8560476 , 0.32234631, 0.76880948, 0.57517691, 0.43877125, 0.00114888, 0.14091442, 0.51807365, 0.76964765, 0.27391949, 0. , 0. , 0. , 0. , 0.05778175, 0. , 0.45566807, 0. , 0.25864545, 0.48767764, 0. , 0.23313364, nan]), 'percategory_accuracy': array([ nan, 0.96170675, 0.43993514, 0.86977593, 0.8149788 , 0.49739671, 0.00114987, 0.14445379, 0.80978302, 0.88661108, 0.46787116, 0. , 0. , 0. , 0. , 0.05947339, 0. , 0.55639324, 0. , 0.38358184, 0.761303 , 0. , 0.51268161, nan])}

Training results

image/png

Training LossEpochStepValidation LossMean IouMean AccuracyOverall Accuracy
2.79231.25202.83380.09540.16260.5529
2.2192.5402.13910.10360.16660.5929
1.94513.75601.79190.11540.17820.6129
1.75585.0801.67670.13000.19610.6396
1.63816.251001.58170.13830.20550.6550
1.53387.51201.48160.14640.21400.6729
1.44788.751401.42310.15290.22190.6823
1.36110.01601.33000.16370.23150.6975
1.30611.251801.30340.17370.24190.7060
1.261112.52001.26920.17550.24500.7093
1.231713.752201.21900.18210.25010.7145
1.186815.02401.20630.18620.25390.7188
1.162816.252601.18320.19090.26120.7234
1.114917.52801.13680.20480.27390.7317
1.100918.753001.11170.22320.29380.7387
1.053220.03201.09230.23150.29970.7414
1.046421.253401.08210.24080.31470.7480
1.027822.53601.05410.25170.32770.7530
0.994523.753801.03520.26120.33980.7573
0.972925.04001.02070.26710.35110.7609
0.952726.254201.00670.26840.35470.7609
0.949427.54400.98700.27130.35480.7627
0.928728.754600.97290.27450.36190.7640
0.908930.04800.95610.27910.36400.7680
0.906431.255000.95000.27990.37120.7672
0.868132.55200.93970.28450.37490.7696
0.867733.755400.93400.28350.37370.7692
0.866335.05600.92430.28620.37550.7716
0.862936.255800.91730.28690.37660.7719
0.854237.56000.91120.29080.38100.7740
0.839138.756200.90500.29040.38120.7734
0.839240.06400.90270.29170.38180.7734
0.830641.256600.89490.29410.38410.7755
0.821342.56800.89360.29580.38750.7760
0.840643.757000.89100.29640.38790.7763
0.825445.07200.88890.29810.38970.7764
0.820246.257400.88800.29850.39170.7767
0.801347.57600.88910.29890.39230.7767
0.818848.757800.88610.29940.39260.7772
0.808950.08000.88520.29940.39230.7774

Framework versions

  • Transformers 4.38.1
  • Pytorch 2.1.2
  • Datasets 2.1.0
  • Tokenizers 0.15.2