Skip to content

Commit 2e0dde3

Browse files
Update experiments
1 parent e55954f commit 2e0dde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen2-age-gender/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
det = oak.create_nn('face-detection-retail-0004', color)
99
# AspectRatioResizeMode has to be CROP for 2-stage pipelines at the moment
10-
det.config_nn(aspectRatioResizeMode=AspectRatioResizeMode.CROP)
10+
det.config_nn(aspect_ratio_resize_mode='stretch')
1111

1212
age_gender = oak.create_nn('age-gender-recognition-retail-0013', input=det)
1313
# age_gender.config_multistage_nn(show_cropped_frames=True) # For debugging

0 commit comments

Comments
 (0)