gtano commited on
Commit
37b26c5
·
verified ·
1 Parent(s): c30424e

minor fix to arvix

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -248,7 +248,9 @@ with gr.Blocks(title="Turin3D Dataset Visualizer") as app:
248
  The dataset is specifically designed to address the challenges of label scarcity in urban environments. While the validation and test sets are manually annotated to ensure reliable evaluation of segmentation techniques, the training set is intentionally left unlabelled. This encourages the development and benchmarking of semi-supervised and self-supervised learning approaches, which are crucial when extensive ground truth annotations are not available.
249
 
250
  The full Turin3D dataset will be made publicly available to support further research in outdoor point cloud segmentation.
251
- For more details, please refer to our paper: [![arXiv](https://img.shields.io/badge/arXiv-1234.56789-b31b1b.svg)](https://arxiv.org/abs/1234.56789)
 
 
252
  """
253
  )
254
 
 
248
  The dataset is specifically designed to address the challenges of label scarcity in urban environments. While the validation and test sets are manually annotated to ensure reliable evaluation of segmentation techniques, the training set is intentionally left unlabelled. This encourages the development and benchmarking of semi-supervised and self-supervised learning approaches, which are crucial when extensive ground truth annotations are not available.
249
 
250
  The full Turin3D dataset will be made publicly available to support further research in outdoor point cloud segmentation.
251
+ For more details, please refer to our paper. <a href="https://arxiv.org/abs/2504.05882" target="_blank">
252
+ <img src="https://img.shields.io/badge/arXiv-2504.05882-b31b1b.svg" alt="arXiv:2504.05882">
253
+ </a>
254
  """
255
  )
256