tmanzini commited on
Commit
2783330
·
verified ·
1 Parent(s): a68e173

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - CRASAR/CRASAR-U-DROIDs
5
+ ---
6
+
7
+ This repository contains a Road Damage Assessment model trained on the [CRASAR-U-DROIDs Road Damage Assessment dataset](https://huggingface.co/datasets/CRASAR/CRASAR-U-DROIDs). The following files are provided...
8
+ 1) The [model file](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_NoPretrained_ScaleMAE_Segmenter/blob/main/RDA_SegmenterVit_NoPreTrain_CCE_simple-epoch%3D04-step%3D1250-val_macro_iou%3D0.15187.ckpt)
9
+ 2) Metrics files generated from test set evaluation on the CRASAR-U-DROIDs dataset for both [adjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_NoPretrained_ScaleMAE_Segmenter/blob/main/CRASAR-U-DROIDs_RDA_metrics_adjusted.json) and [unadjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_NoPretrained_ScaleMAE_Segmenter/blob/main/CRASAR-U-DROIDs_RDA_metrics_unadjusted.json) inference runs.
10
+ 3) The full set of hyperparameters used to train and evaluate the model for both [adjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_NoPretrained_ScaleMAE_Segmenter/blob/main/RDA_ScaleMAE_NoPretrain_Segmenter_simple_adjusted.yaml) and [unadjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_NoPretrained_ScaleMAE_Segmenter/blob/main/RDA_ScaleMAE_NoPretrain_Segmenter_simple_unadjusted.yaml) formulations.