Skip to content

Commit 98c4e21

Browse files
committed
Readme Update
1 parent 00de40d commit 98c4e21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ To run the demo with intel realsense D435 camera following libraries are require
4545

4646
### Dataset
4747

48-
Sample dataset can be downloaded from [EWalk: Emotion Walk](http://gamma.cs.unc.edu/GAIT/#EWalk). Sample H5 files can be found in [GitHub](https://github.com/vijay4313/proxemo/tree/master/emotion_classification/sample_data). For full dataset, please contact the authors.
48+
Sample dataset can be downloaded from [EWalk: Emotion Walk](http://gamma.cs.unc.edu/GAIT/#EWalk). Sample H5 files can be found in [GitHub](https://github.com/vijay4313/proxemo/tree/master/emotion_classification/sample_data) under `[proxemo folder]/emotion_classification/sample_data`. For full dataset, please contact the authors.
4949

5050
### Pretrained model
5151

52-
VS-GCNN model trained on the above dataset can be loaded from [proxemo folder]/emotion_classification/trained_models
52+
VS-GCNN model trained on the above dataset can be loaded from [trained_models](https://github.com/vijay4313/proxemo/tree/master/emotion_classification/trained_models) folder - `[proxemo folder]/emotion_classification/trained_models`
5353

5454
### Augmenting the dataset for different views
5555

56-
Run `[proxemo folder]/emotion_classification/utils/gataGenerator.py` to augment original dataset to different view angles. Check the source and destination folder paths in main loop and run the python script. The default settings will generate augmented data for 4 view angles.
56+
Run `[proxemo folder]/emotion_classification/utils/dataGenerator.py` to augment original dataset to different view angles. Check the source and destination folder paths in main loop and run the python script. The default settings will generate augmented data for 4 view angles.
5757

5858
### Config file changes
5959

0 commit comments

Comments
 (0)