chahuja / language2pose

Language2Pose: Natural Language Grounded Pose Forecasting

Home Page:http://chahuja.com/language2pose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while running "sample_wordConditioned.py"

lexical-kenobi opened this issue · comments

File "sample_wordConditioned_newSentence.py", line 219, in
argparseNloop(sample)
File "/mnt/D4567C46567C2AFE/Work HDD/Research/Workflows/Pose-Generation/Repos/language2pose/src/argsUtils.py", line 137, in argparseNloop
loop(args, i)
File "sample_wordConditioned_newSentence.py", line 112, in sample
f_new=f_new)
File "/mnt/D4567C46567C2AFE/Work HDD/Research/Workflows/Pose-Generation/Repos/language2pose/src/dataUtils.py", line 81, in init
self.datasets = self.tdt_split()
File "/mnt/D4567C46567C2AFE/Work HDD/Research/Workflows/Pose-Generation/Repos/language2pose/src/dataUtils.py", line 130, in tdt_split
**minidataKwargs) for i, row in tqdm(df_train.iterrows()) if row['descriptions']])
File "/mnt/D4567C46567C2AFE/Work HDD/Research/Workflows/Pose-Generation/Repos/language2pose/src/dataUtils.py", line 130, in
**minidataKwargs) for i, row in tqdm(df_train.iterrows()) if row['descriptions']])
File "/mnt/D4567C46567C2AFE/Work HDD/Research/Workflows/Pose-Generation/Repos/language2pose/src/dataUtils.py", line 258, in init
self.mat = self.mat_full[self.columns_subset].values.astype(np.float64)
AttributeError: 'MiniData' object has no attribute 'columns_subset'