Skip to content

Commit

Permalink
move stgcnaaai18 data processing script to deporecated forlder
Browse files Browse the repository at this point in the history
  • Loading branch information
yysijie committed Oct 7, 2019
1 parent fb14091 commit 80904ab
Show file tree
Hide file tree
Showing 74 changed files with 4 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ def gendata(data_path,
parser.add_argument(
'--ignored_sample_path',
default=
'tools/data_processing/nturgbd_samples_with_missing_skeletons.txt')
'deprecated/tools/data_processing/nturgbd_samples_with_missing_skeletons.txt'
)
parser.add_argument('--out_folder', default='data/NTU-RGB-D')

benchmark = ['xsub', 'xview']
Expand Down
4 changes: 2 additions & 2 deletions doc/SKELETON_DATA.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ the processed data directly from [GoogleDrive](https://drive.google.com/open?id=

After uncompressing, build the database for mmskeleton by this command:
```
python tools/data_processing/kinetics_gendata.py --data_path <path to kinetics-skeleton>
python deprecated/tools/data_processing/kinetics_gendata.py --data_path <path to kinetics-skeleton>
```

#### NTU RGB+D
NTU RGB+D can be downloaded from [their website](http://rose1.ntu.edu.sg/datasets/actionrecognition.asp).
Only the **3D skeletons**(5.8GB) modality is required in our experiments. After that, this command should be used to build the database for training or evaluation on mmskeleton:
```
python tools/data_processing/ntu_gendata.py --data_path <path to nturgbd+d_skeletons>
python deprecated/tools/data_processing/ntu_gendata.py --data_path <path to nturgbd+d_skeletons>
```
where the ```<path to nturgbd+d_skeletons>``` is the directory path of 3D skeletons annotations of the NTU RGB+D dataset you download.

0 comments on commit 80904ab

Please sign in to comment.