Skip to content

Commit 72cc3fc

Browse files
committed
Added folder structure of dataset
1 parent a73e24c commit 72cc3fc

File tree

4 files changed

+41
-0
lines changed

4 files changed

+41
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.t7
2+
*.sw*
3+
*.net
4+
.DS_Store
5+
*.*~

data/.DS_Store

-6 KB
Binary file not shown.

data/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Dataset loader description
2+
3+
In case of CamVid dataset, first the video files need to be sampled using [prepCamVid.lua](prepCamVid.lua) script.
4+
5+
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+
│ └── label/
19+
20+
├── 3
21+
│ ├── input/0006R0.MXF
22+
│ └── label/
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

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)