Updated some files for alphabet visualization

This commit is contained in:
2023-04-14 09:09:46 +00:00
parent 7c973f1b88
commit 49ced1983d
5 changed files with 657 additions and 85 deletions

View File

@@ -143,9 +143,7 @@ def create(args):
lmks_data.append(lmks_dict)
df_lmks = pd.DataFrame(lmks_data)
print(df_lmks)
df = pd.merge(df_video, df_lmks)
print(df)
aux_columns = ['split', 'video_id', 'labels', 'label_name']
if videos_folder is not None:
aux_columns += ['video_width', 'video_height', 'fps', 'length']