manusd commited on
Commit
f097c65
·
verified ·
1 Parent(s): 39576a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ datasets:
4
+ - UrbanSyn/UrbanSyn
5
+ language:
6
+ - en
7
+ tags:
8
+ - Urban Scenario
9
+ - Autonomous Driving
10
+ - Synthethic data
11
+ - Ablative Study
12
+ ---
13
+ <p align="center">
14
+ <img src="Front_Image.png" width=90% />
15
+ </p>
16
+
17
+ ## Overview
18
+
19
+ This is the repository for the paper "Exploring the Effects of Synthetic Data Generation: A Case Study on Autonomous Driving for Semantic Segmentation" currently under revision.
20
+
21
+ The main goal of this work is to elucidate the impact that common aspects involved in the generation of rendered synthetic images may have on the performance of neural semantic segmentation tasks. Our study used a recent autonomous driving synthetic dataset as our main testbed, allowing us to investigate the effect of different approaches when modeling their geometric, material, and lighting details. We also studied the impact of rendering noise, typically produced by path-tracing algorithms, as well as the impact of using different color transformations and tone mapping algorithms.
22
+
23
+ In this repository are stored the models trained for each experiment that it is reported on the paper for SegFormer and DeeplabV3+.