dpascualhe commited on
Commit
94894e2
·
verified ·
1 Parent(s): f76a4a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # Cross-Dataset Evaluation of Visual Semantic Segmentation Models for Off-Road Autonomous Driving
6
+ #### *David Pascual-Hernández, Sergio Paniego, Roberto Calvo-Palomino, Inmaculada Mora-Jiménez, Jose María Cañas-Plaza*
7
+
8
+ We provide weights for the models studied in *Cross-Dataset Evaluation of Visual Semantic Segmentation Models for Off-Road Autonomous Driving*. Directories nomenclature is defined as:
9
+
10
+ ```<dataset>-<ontology>-<data_augmentation>```
11
+
12
+ - **Dataset**. Training dataset, either RELLIS-3D, GOOSE or a combination of both.
13
+ - **Ontology**. Ontology used during training. It can either be the original dataset ontology or our unified coarser ontology.
14
+ - **Data augmentation**. Data augmentation strategy, either *light* (used for inner-dataset experiments) or *strong* (used for cross-dataset experiments).
15
+
16
+ All models have been fine-tuned using the pre-trained weights provided by [mmsegmentation](https://github.com/open-mmlab/mmsegmentation/tree/main) for the Cityscapes dataset.