There was an error while loading. Please reload this page.
1 parent a73e24c commit 72cc3fcCopy full SHA for 72cc3fc
.gitignore
@@ -0,0 +1,5 @@
1
+*.t7
2
+*.sw*
3
+*.net
4
+.DS_Store
5
+*.*~
data/.DS_Store
-6 KB
data/README.md
@@ -0,0 +1,36 @@
+# Dataset loader description
+
+In case of CamVid dataset, first the video files need to be sampled using [prepCamVid.lua](prepCamVid.lua) script.
6
+## Folder/file structure for each dataset:
7
8
+1. CamVid:
9
10
+ ```
11
+ CamVid/
12
+ ├── 1
13
+ │ ├── input/01TP_extract.avi
14
+ │ └── label/
15
+ │
16
+ ├── 2
17
+ │ ├── input/0005VD.MXF
18
19
20
+ ├── 3
21
+ │ ├── input/0006R0.MXF
22
23
24
+ └── 4
25
+ ├── input/0016E5.MXF
26
+ └── label/
27
28
29
+2. Cityscapes:
30
31
32
+ Cityscapes/
33
+ └── leftImg8bit
34
+ ├── train
35
+ └── val
36
misc/.DS_Store
0 commit comments