From f9eeb3d27b5953902a7dd78d0c3554cdd8d3d0fe Mon Sep 17 00:00:00 2001 From: vjbytes102 Date: Wed, 2 Dec 2020 12:42:13 -0500 Subject: [PATCH] update in controller --- process_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process_data.py b/process_data.py index cd4cc707..746ac18d 100644 --- a/process_data.py +++ b/process_data.py @@ -37,7 +37,7 @@ def common_video(video_file, args, r_config): pf.process_facial(video_file, out_path, args.dbm_group, r_config) pf.process_acoustic(video_file, out_path, args.dbm_group, r_config) pf.process_nlp(video_file, out_path, args.dbm_group, r_config, DEEP_SPEECH) - pf.remove_file(video_file) + pf.process_movement(video_file, out_path, args.dbm_group, r_config, DLIB_SHAPE_MODEL) pf.remove_file(video_file)