Kurt Stolle commited on
Commit
dc9db9f
·
1 Parent(s): 7f95801

Added data and card

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +103 -0
  2. data/train/000000/000004.depth.png +3 -0
  3. data/train/000000/000004.panoptic.png +3 -0
  4. data/train/000000/000009.depth.png +3 -0
  5. data/train/000000/000009.panoptic.png +3 -0
  6. data/train/000000/000014.depth.png +3 -0
  7. data/train/000000/000014.panoptic.png +3 -0
  8. data/train/000000/000019.depth.png +3 -0
  9. data/train/000000/000019.panoptic.png +3 -0
  10. data/train/000000/000024.depth.png +3 -0
  11. data/train/000000/000024.panoptic.png +3 -0
  12. data/train/000000/000029.depth.png +3 -0
  13. data/train/000000/000029.panoptic.png +3 -0
  14. data/train/000001/000004.depth.png +3 -0
  15. data/train/000001/000004.panoptic.png +3 -0
  16. data/train/000001/000009.depth.png +3 -0
  17. data/train/000001/000009.panoptic.png +3 -0
  18. data/train/000001/000014.depth.png +3 -0
  19. data/train/000001/000014.panoptic.png +3 -0
  20. data/train/000001/000019.depth.png +3 -0
  21. data/train/000001/000019.panoptic.png +3 -0
  22. data/train/000001/000024.depth.png +3 -0
  23. data/train/000001/000024.panoptic.png +3 -0
  24. data/train/000001/000029.depth.png +3 -0
  25. data/train/000001/000029.panoptic.png +3 -0
  26. data/train/000002/000004.depth.png +3 -0
  27. data/train/000002/000004.panoptic.png +3 -0
  28. data/train/000002/000009.depth.png +3 -0
  29. data/train/000002/000009.panoptic.png +3 -0
  30. data/train/000002/000014.depth.png +3 -0
  31. data/train/000002/000014.panoptic.png +3 -0
  32. data/train/000002/000019.depth.png +3 -0
  33. data/train/000002/000019.panoptic.png +3 -0
  34. data/train/000002/000024.depth.png +3 -0
  35. data/train/000002/000024.panoptic.png +3 -0
  36. data/train/000002/000029.depth.png +3 -0
  37. data/train/000002/000029.panoptic.png +3 -0
  38. data/train/000003/000004.depth.png +3 -0
  39. data/train/000003/000004.panoptic.png +3 -0
  40. data/train/000003/000009.depth.png +3 -0
  41. data/train/000003/000009.panoptic.png +3 -0
  42. data/train/000003/000014.depth.png +3 -0
  43. data/train/000003/000014.panoptic.png +3 -0
  44. data/train/000003/000019.depth.png +3 -0
  45. data/train/000003/000019.panoptic.png +3 -0
  46. data/train/000003/000024.depth.png +3 -0
  47. data/train/000003/000024.panoptic.png +3 -0
  48. data/train/000003/000029.depth.png +3 -0
  49. data/train/000003/000029.panoptic.png +3 -0
  50. data/train/000004/000004.depth.png +3 -0
README.md ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Cityscapes VPS
2
+
3
+ This dataset is derived from the videos in the *validation* split of the Cityscapes[^1] dataset.
4
+ It aggregates the images and metadata from Cityscapes[^1], Cityscapes-VPS[^2] and Cityscapes-DVPS[^3] into a single structured format.
5
+ This comprehensive derivative was created out of the need for a batteries-included variant of the dataset for academic purposes.
6
+ Specifically, joining samples from the individual datasets in their original structure (each is organized differently) involves a significant amount of boilerplate code.
7
+
8
+ [^1]: `Cordts et al., “The Cityscapes Dataset for Semantic Urban Scene Understanding” (CVPR 2016)`
9
+
10
+ [^2]: `Kim et al., "Video Panoptic Segmentation" (CVPR 2020)`
11
+
12
+ [^3]: `Qiao et al., "Learning Visual Perception with Depth-aware Video Panoptic Segmentation" (CVPR 2021)`
13
+
14
+
15
+ This dataset is relevant to computer vision research areas such as:
16
+
17
+ - Segmentation
18
+ - Depth estimation
19
+ - Autonomous driving
20
+ - Video understanding
21
+
22
+ ## Overview
23
+ The following variables are included.
24
+
25
+ 1. **Images.** The input data captured by the left camera from Cityscapes[^1], in 8-bit format. Every sequence has 30 frames.
26
+ 2. **Segmentation labels.** Derived from Cityscapes[^1] and Cityscapes-DVPS[^3], these labels provide detailed semantic segmentation and instance segmentation information for 6 frames of every sequence.
27
+ 3. **Depth maps.** Improved depth information from Cityscapes-DVPS[^3], offering enhanced quality over the disparity package from Cityscapes[^1], provided for the same samples as the segmentation labels above.
28
+ 4. **Camera calibrations.** Includes the intrinsic and extrinsic parameters provided by Cityscapes[^1] for each sequence.
29
+ 5. **Vehicle odometry.** Odometry data for each frame, a subset of those provided in Cityscapes[^1].
30
+
31
+ Files are grouped by split, sequence and frame.
32
+ This leads to the following structure:
33
+ ```text
34
+ data
35
+ train
36
+ 000000
37
+ 000000.image.png
38
+ 000000.panoptic.png
39
+ 000000.depth.png
40
+ 000000.vehicle.json
41
+ 000000.timestamp.txt
42
+ 000000.camera.json
43
+ 000001.image.png
44
+ 000001.panoptic.png
45
+ 000001.depth.png
46
+ 000001.vehicle.json
47
+ 000001.timestamp.txt
48
+ 000001.camera.json
49
+ ...
50
+ 000001
51
+ ...
52
+ val
53
+ 000000
54
+ ...
55
+ 000001
56
+ ....
57
+ test
58
+ 000000
59
+ ...
60
+ 000001
61
+ ....
62
+
63
+ ```
64
+
65
+ The `data` directory in this repository only contains the segmentation and depth map annotations.
66
+ The remaining data should be downloaded from official sources using the provided preparation script.
67
+
68
+
69
+ ## Preparation
70
+
71
+ 1. Install the [Cityscapes developer kit](https://github.com/mcordts/cityscapesScripts) using `pip`.
72
+
73
+ ```bash
74
+ python -m pip install cityscapesscripts
75
+ ```
76
+
77
+ 2. Run the preparation script provided in this repository.
78
+ Note that this may prompt your [Cityscapes account](https://cityscapes-dataset.com/login/) login credentials.
79
+
80
+ ```bash
81
+ python scripts/download.py downloads data manifest.csv
82
+ ```
83
+
84
+ 3. Remove the downloaded Cityscapes archive files to save disk space (optional).
85
+
86
+ ```bash
87
+ rm -r downloads
88
+ ```
89
+
90
+
91
+ ## License
92
+
93
+ Please refer to the Cityscapes license for more details.
94
+
95
+
96
+ ## Citation
97
+
98
+ If you use this dataset in your research, please cite the original
99
+ [Cityscapes](https://cityscapes-dataset.com),
100
+ [Cityscapes-VPS](https://github.com/mcahny/vps), and
101
+ [Cityscapes-DVPS](https://github.com/joe-siyuan-qiao/ViP-DeepLab) datasets.
102
+
103
+
data/train/000000/000004.depth.png ADDED

Git LFS Details

  • SHA256: 5d79d2c8033c1d19228f5922f4609f61716479c52a87cb475c4d4fa43a7c9230
  • Pointer size: 131 Bytes
  • Size of remote file: 727 kB
data/train/000000/000004.panoptic.png ADDED

Git LFS Details

  • SHA256: bf2eead3042d62d6c8644077ed5606580800071e660c7c9109587272f4cc1cf6
  • Pointer size: 130 Bytes
  • Size of remote file: 20.7 kB
data/train/000000/000009.depth.png ADDED

Git LFS Details

  • SHA256: e8b0a38cede0357e0dad9adfa63c4e6917e7c60dea53df74460a254fb6162815
  • Pointer size: 131 Bytes
  • Size of remote file: 748 kB
data/train/000000/000009.panoptic.png ADDED

Git LFS Details

  • SHA256: 6598c31f75809cbb309e7ed7603ee7eb757208583ad99af140b58a787282598b
  • Pointer size: 130 Bytes
  • Size of remote file: 18.1 kB
data/train/000000/000014.depth.png ADDED

Git LFS Details

  • SHA256: 83aa6c3a310eca34cb8701bee15d7ee147cbca0ac884da34370eefc988ae07cc
  • Pointer size: 131 Bytes
  • Size of remote file: 739 kB
data/train/000000/000014.panoptic.png ADDED

Git LFS Details

  • SHA256: 766dcedb00519e06b0bfb30121b540e0bf863e5b30edb32aa9ddcd65350ffecf
  • Pointer size: 130 Bytes
  • Size of remote file: 17.7 kB
data/train/000000/000019.depth.png ADDED

Git LFS Details

  • SHA256: 79ae15cd81957aa7c5930b67b72e7d8edd0f5835dae39460edb700d2c4f293eb
  • Pointer size: 131 Bytes
  • Size of remote file: 753 kB
data/train/000000/000019.panoptic.png ADDED

Git LFS Details

  • SHA256: 213845f68f001d71f94eb457dc10a5dc07384e03340cd644dd4ebd9b8c4266b9
  • Pointer size: 130 Bytes
  • Size of remote file: 17.4 kB
data/train/000000/000024.depth.png ADDED

Git LFS Details

  • SHA256: a23072db7277e27ee57e1af7719b9cfdac365d3a57fbdaa8c67fa3315cceb765
  • Pointer size: 131 Bytes
  • Size of remote file: 761 kB
data/train/000000/000024.panoptic.png ADDED

Git LFS Details

  • SHA256: e78bae6a76fcbb08e2a0ab0362b00049ec99394c815cac96e3b45544d6447db5
  • Pointer size: 130 Bytes
  • Size of remote file: 18.1 kB
data/train/000000/000029.depth.png ADDED

Git LFS Details

  • SHA256: 22a56c69a95ced3030bbfaefb2b8456c77263ba831553e9d7202c7a6384792f6
  • Pointer size: 131 Bytes
  • Size of remote file: 760 kB
data/train/000000/000029.panoptic.png ADDED

Git LFS Details

  • SHA256: 042f2ebf6a596e677fb1e26213f89030a7477fc51cc89f07e05078d00455a60d
  • Pointer size: 130 Bytes
  • Size of remote file: 17.1 kB
data/train/000001/000004.depth.png ADDED

Git LFS Details

  • SHA256: d4d10b8c064702486a6673129e5b895dece4a867f2cafd15fdef26ef37517ccb
  • Pointer size: 131 Bytes
  • Size of remote file: 774 kB
data/train/000001/000004.panoptic.png ADDED

Git LFS Details

  • SHA256: a8ff528ae0d9034e4af0c5e45f76cfae96068744e9ff2a28fed96d33141c15a6
  • Pointer size: 130 Bytes
  • Size of remote file: 19.3 kB
data/train/000001/000009.depth.png ADDED

Git LFS Details

  • SHA256: f2022ebc447939a02d8841f0b87831ee1d2c3d5b5a4362536e65c2551c3cc70c
  • Pointer size: 131 Bytes
  • Size of remote file: 794 kB
data/train/000001/000009.panoptic.png ADDED

Git LFS Details

  • SHA256: 8d2c940d5c2c597c60f901f42305a6c568ac3ac2d9045fca7754f97361c8ec87
  • Pointer size: 130 Bytes
  • Size of remote file: 19.4 kB
data/train/000001/000014.depth.png ADDED

Git LFS Details

  • SHA256: 8f5c578dec6666c174b139af303bf88d9094db92c3c5b1b826219ddad1c786a2
  • Pointer size: 131 Bytes
  • Size of remote file: 801 kB
data/train/000001/000014.panoptic.png ADDED

Git LFS Details

  • SHA256: a4fabde7c2c849d633a06cb620c4c5ca4a4a424633d7b6964a235bbfedbe6083
  • Pointer size: 130 Bytes
  • Size of remote file: 20 kB
data/train/000001/000019.depth.png ADDED

Git LFS Details

  • SHA256: d053524ff2137f58fefb671bcebbce9e283cb62b7667f5b79768aac5d604df3b
  • Pointer size: 131 Bytes
  • Size of remote file: 811 kB
data/train/000001/000019.panoptic.png ADDED

Git LFS Details

  • SHA256: b1a3d658b309e1c82de32e731441a13442cf6b2e8d4f0759bd5be30ae556c0a2
  • Pointer size: 130 Bytes
  • Size of remote file: 19.4 kB
data/train/000001/000024.depth.png ADDED

Git LFS Details

  • SHA256: e9701e8a919c268ebac49f53860e710e2a3211b57c9ef743275c87d1e13de2f6
  • Pointer size: 131 Bytes
  • Size of remote file: 808 kB
data/train/000001/000024.panoptic.png ADDED

Git LFS Details

  • SHA256: bdeaf47f8a5488732887112c3959f484a96e2eaaf8c6e1c738859fbd86e794b5
  • Pointer size: 130 Bytes
  • Size of remote file: 18.9 kB
data/train/000001/000029.depth.png ADDED

Git LFS Details

  • SHA256: 70d0542e83a012e723bd0c80ba426d2b75e6f586bc7d4c629796972fe37d30d5
  • Pointer size: 131 Bytes
  • Size of remote file: 794 kB
data/train/000001/000029.panoptic.png ADDED

Git LFS Details

  • SHA256: 6595834a02437b0f9a7d7d946747c2cf3d4bb88c589f9b7b44774e7287e7817b
  • Pointer size: 130 Bytes
  • Size of remote file: 18.5 kB
data/train/000002/000004.depth.png ADDED

Git LFS Details

  • SHA256: 5b97a439f7749602401d25138cb03a43fe02be48f402b3e4de4037da49558ac0
  • Pointer size: 131 Bytes
  • Size of remote file: 810 kB
data/train/000002/000004.panoptic.png ADDED

Git LFS Details

  • SHA256: 485b8862178dd819514dcffdc41e560babbccd3931dcebaadb86c83a31f5d2bb
  • Pointer size: 130 Bytes
  • Size of remote file: 18.2 kB
data/train/000002/000009.depth.png ADDED

Git LFS Details

  • SHA256: fd99d1974c94e24dc2b79974d9d6693000c36f691d7bc984b230162577ba93b0
  • Pointer size: 131 Bytes
  • Size of remote file: 810 kB
data/train/000002/000009.panoptic.png ADDED

Git LFS Details

  • SHA256: 44a2ab7353a8b47dd1cc814ff89ba2d291db1589435fe3da8f0b13b82603bd0e
  • Pointer size: 130 Bytes
  • Size of remote file: 17.9 kB
data/train/000002/000014.depth.png ADDED

Git LFS Details

  • SHA256: 401adc91249c5279d49fd2d24929e6bf2c9c5318ad330bc1e11b7210d5754eb2
  • Pointer size: 131 Bytes
  • Size of remote file: 809 kB
data/train/000002/000014.panoptic.png ADDED

Git LFS Details

  • SHA256: c92c9662e979fc9a16e61e39b8a73c7ff06ef3e4fbaca96c5d9b13dc4c74c021
  • Pointer size: 130 Bytes
  • Size of remote file: 18.3 kB
data/train/000002/000019.depth.png ADDED

Git LFS Details

  • SHA256: 384fca86145f741afbd32365b22f63c3fb9d07e88b15ea71fcba777fd4b66d41
  • Pointer size: 131 Bytes
  • Size of remote file: 812 kB
data/train/000002/000019.panoptic.png ADDED

Git LFS Details

  • SHA256: fbca1b4cfa9c7ea8fc361f0fdc213bc6f51005f9a45d7f26857a4352602560db
  • Pointer size: 130 Bytes
  • Size of remote file: 16.8 kB
data/train/000002/000024.depth.png ADDED

Git LFS Details

  • SHA256: 883537057ca9535538ea46d16d21fd202f966be378924532a05e0f8a321cb761
  • Pointer size: 131 Bytes
  • Size of remote file: 802 kB
data/train/000002/000024.panoptic.png ADDED

Git LFS Details

  • SHA256: f4ea39bc4610d65b27ad2a2c98ae526e0c1d4764830134651aa5b14930893d59
  • Pointer size: 130 Bytes
  • Size of remote file: 19.3 kB
data/train/000002/000029.depth.png ADDED

Git LFS Details

  • SHA256: 28a92d2825e89ab3e346048e7eb03b0488c122587b350267700851a89dccdb02
  • Pointer size: 131 Bytes
  • Size of remote file: 804 kB
data/train/000002/000029.panoptic.png ADDED

Git LFS Details

  • SHA256: b83cc79a27ecb8249114f372095c9f10982549dd2424205d5678b68e63580f13
  • Pointer size: 130 Bytes
  • Size of remote file: 18.4 kB
data/train/000003/000004.depth.png ADDED

Git LFS Details

  • SHA256: 995d4067c26e004f5d1026682aa80c94f6eca70315bd16e13bc09b58aab63435
  • Pointer size: 131 Bytes
  • Size of remote file: 969 kB
data/train/000003/000004.panoptic.png ADDED

Git LFS Details

  • SHA256: 6b39bb8d08cc9f18d5cfe26e51457905ad55636f88edca42bf1b2f22e2e9aa16
  • Pointer size: 130 Bytes
  • Size of remote file: 23.4 kB
data/train/000003/000009.depth.png ADDED

Git LFS Details

  • SHA256: 11d9578f8542078960839702bdd2876d9b497ff401f1db3e95a8252705867c8b
  • Pointer size: 131 Bytes
  • Size of remote file: 966 kB
data/train/000003/000009.panoptic.png ADDED

Git LFS Details

  • SHA256: e9c0ca6192e580f43d417f8d628a438753c273d2dbbbbfbe5fdca1de6ea96dfe
  • Pointer size: 130 Bytes
  • Size of remote file: 25.5 kB
data/train/000003/000014.depth.png ADDED

Git LFS Details

  • SHA256: e3ccc4703120281ec0f52b31ba575c584716239e2149e303684b2880470845da
  • Pointer size: 131 Bytes
  • Size of remote file: 943 kB
data/train/000003/000014.panoptic.png ADDED

Git LFS Details

  • SHA256: 1a01763179957a4e4a97a7d1a20936bd996da61b9ac5006d94489c07eedf0f55
  • Pointer size: 130 Bytes
  • Size of remote file: 23.6 kB
data/train/000003/000019.depth.png ADDED

Git LFS Details

  • SHA256: 4c79109aeb56176e29be583906b85f4a3b819fe8bdd853970297803d485302d5
  • Pointer size: 131 Bytes
  • Size of remote file: 936 kB
data/train/000003/000019.panoptic.png ADDED

Git LFS Details

  • SHA256: ede3b9d93bd3da2302b445f9db5ba8e880a192fb5d1d0be67aa2c44ee3df1084
  • Pointer size: 130 Bytes
  • Size of remote file: 23 kB
data/train/000003/000024.depth.png ADDED

Git LFS Details

  • SHA256: 64d4675eeb4388c40002844f2d8e236e5bfe84e756a1a56485e71d07a54733c8
  • Pointer size: 131 Bytes
  • Size of remote file: 939 kB
data/train/000003/000024.panoptic.png ADDED

Git LFS Details

  • SHA256: 0aa4deccc14095f0ad7dacbe0e0d515f948816cf536b83d3a8e8b9c98a8cc709
  • Pointer size: 130 Bytes
  • Size of remote file: 27.8 kB
data/train/000003/000029.depth.png ADDED

Git LFS Details

  • SHA256: af2d4b02d8cbec10c6dbc9df2aaa0184865705ea4470528adaaccb259b9fca23
  • Pointer size: 131 Bytes
  • Size of remote file: 935 kB
data/train/000003/000029.panoptic.png ADDED

Git LFS Details

  • SHA256: a3202fe2f203fad509c48b11601d63ebe327bd834f5b5fa67930e9254cb76f55
  • Pointer size: 130 Bytes
  • Size of remote file: 24.4 kB
data/train/000004/000004.depth.png ADDED

Git LFS Details

  • SHA256: 8dfc2cee777a4764a1448a3f9235a331f79b55b2f8b3e3e124c00922a15adf33
  • Pointer size: 131 Bytes
  • Size of remote file: 848 kB