JunweiZheng commited on
Commit
5c10435
·
verified ·
1 Parent(s): 5dd4ca1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,17 +1,24 @@
1
  ---
2
  license: apache-2.0
3
  task_categories:
4
- - feature-extraction
5
  language:
6
  - en
7
  tags:
8
- - code
9
  pretty_name: WildPASS
10
  size_categories:
11
  - 100M<n<1B
12
  ---
13
 
14
- # WildPASS Dataset
 
 
 
 
 
 
 
15
 
16
  This dataset originates from [WildPASS](https://github.com/elnino9ykl/WildPASS) and is used by our ECCV'24 paper [OPS](https://junweizheng93.github.io/publications/OPS/OPS.html).
17
 
@@ -19,6 +26,7 @@ If you're interested in my research topics, feel free to check [my homepage](htt
19
 
20
  If you're interested in this dataset, please cite the following papers:
21
 
 
22
  ```text
23
  @inproceedings{yang2021capturing,
24
  title={Capturing Omni-Range Context for Omnidirectional Segmentation},
 
1
  ---
2
  license: apache-2.0
3
  task_categories:
4
+ - image-segmentation
5
  language:
6
  - en
7
  tags:
8
+ - panorama
9
  pretty_name: WildPASS
10
  size_categories:
11
  - 100M<n<1B
12
  ---
13
 
14
+ <div align="center" style="display: flex; align-items: center; justify-content: center; gap: 16px;">
15
+ <div style="text-align: center;">
16
+ <h1 style="margin: 0; font-size: 2em;">WildPASS Dataset</h1>
17
+ <p style="margin: 6px 0 0; font-size: 1.2em;">A panoramic dataset for outdoor semantic segmentation</p>
18
+ </div>
19
+ </div>
20
+
21
+ ## 📕 Introduction
22
 
23
  This dataset originates from [WildPASS](https://github.com/elnino9ykl/WildPASS) and is used by our ECCV'24 paper [OPS](https://junweizheng93.github.io/publications/OPS/OPS.html).
24
 
 
26
 
27
  If you're interested in this dataset, please cite the following papers:
28
 
29
+ ## 📖 Citation
30
  ```text
31
  @inproceedings{yang2021capturing,
32
  title={Capturing Omni-Range Context for Omnidirectional Segmentation},