bugreator commited on
Commit
aaa58f3
1 Parent(s): 9c0e002

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,8 +9,8 @@ There are 11 scenes contained in the dataset has 11 scenes contained which are f
9
 
10
  1. Download all of these scene folders. Extract each video folder from video zip files in the scene folder using unzip command and delete all useless files inside.
11
 
12
- 2. To use RGB modality, you need to create a new separate folder which has the same hierarchy as the scene-video-rgb structure. Put the previously extracted RGB folders for each scene each video into the same place as the original one. For example, color folder in ***"1/1.1/color"*** should be put into ***"RGB_file/1/1.1"*** as ***"RGB_file/1/1.1/color"***
13
 
14
- 3. Run script make_RGB_dataset.py
15
 
16
  Then you can use the provided RGBDataset tool to load dataset and create the dataloader.
 
9
 
10
  1. Download all of these scene folders. Extract each video folder from video zip files in the scene folder using unzip command and delete all useless files inside.
11
 
12
+ 2. To use RGB modality, you need to create a new separate folder which has the same hierarchy as the scene-video-rgb structure. Put the previously extracted RGB folders for each scene each video into the same place as the original one. For example, color folder in ***"1/1.1/color"*** should be put into ***"RGB_file/1/1.1"*** as ***"RGB_file/1/1.1/color"***.
13
 
14
+ 3. Run script make_RGB_dataset.py.
15
 
16
  Then you can use the provided RGBDataset tool to load dataset and create the dataloader.