From 994d74feae29f2577bc04e10dd4bafbfb3dc8e83 Mon Sep 17 00:00:00 2001 From: adamhrv Date: Tue, 18 Dec 2018 01:15:36 +0100 Subject: set jitter 25 --- megapixels/commands/cv/face_vector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'megapixels/commands/cv/face_vector.py') diff --git a/megapixels/commands/cv/face_vector.py b/megapixels/commands/cv/face_vector.py index 203f73eb..cd816f9f 100644 --- a/megapixels/commands/cv/face_vector.py +++ b/megapixels/commands/cv/face_vector.py @@ -98,7 +98,7 @@ def cli(ctx, opt_fp_out, opt_dir_media, opt_data_store, opt_dataset, opt_size, ds_file = df_record.loc[roi_index] # locate image meta #ds_file = df_record.loc['index', image_index] # locate image meta - fp_im = data_store.face_image(str(ds_file.subdir), str(ds_file.fn), str(ds_file.ext)) + fp_im = data_store.face(str(ds_file.subdir), str(ds_file.fn), str(ds_file.ext)) im = cv.imread(fp_im) # get bbox x = df_img_group.x.values[0] -- cgit v1.2.3-70-g09d2