Skip to content

Commit

Permalink
Update data_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tzirakis authored Apr 18, 2019
1 parent 7166822 commit 223cbde
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@

root_dir = Path('path_of_RECOLA')

# Inser the numbers for each video for the RECOLA Dataset
portion_to_id = dict(
train = [25, 15, 16 ,17 ,18 ,21 ,23 ,37 ,39 ,41 ,46 ,50 ,51 ,55 ,56, 60], # 25
valid = [14, 19, 24, 26, 28, 30, 34 ,40, 42, 43, 44, 45, 52, 64, 65],
test = [54, 53, 13, 20, 22, 32, 38, 47, 48, 49, 57, 58, 59, 62, 63] # 54, 53
train = [],
valid = [],
test = []
)

def get_samples(subject_id):
Expand Down

0 comments on commit 223cbde

Please sign in to comment.