Skip to content

Commit 0bc8961

Browse files
committed
Suppress gaze_estimation_demo test
1 parent 5aa816e commit 0bc8961

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

demos/tests/cases.py

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -166,25 +166,25 @@ def single_option_cases(key, *args):
166166
),
167167
)),
168168

169-
CppDemo(name='gaze_estimation_demo',
170-
model_keys=['-m', '-m_fd', '-m_hp', '-m_lm', '-m_es'],
171-
device_keys=['-d', '-d_fd', '-d_hp', '-d_lm'],
172-
test_cases=combine_cases(
173-
TestCase(options={'-no_show': None,
174-
**MONITORS,
175-
'-i': DataPatternArg('gaze-estimation-adas')}),
176-
TestCase(options={
177-
'-m': ModelArg('gaze-estimation-adas-0002'),
178-
# TODO: FP16-INT8 expected to have output named "angle_y_fc"
179-
# '-m_hp': ModelArg('head-pose-estimation-adas-0001'),
180-
'-m_lm': ModelArg('facial-landmarks-35-adas-0002'),
181-
'-m_es': ModelArg('open-closed-eye-0001'),
182-
}),
183-
single_option_cases(
184-
'-m_fd',
185-
ModelArg('face-detection-adas-0001'),
186-
ModelArg('face-detection-retail-0004')),
187-
)),
169+
# TODO: FP16-INT8 expected to have output named "angle_y_fc"
170+
# CppDemo(name='gaze_estimation_demo',
171+
# model_keys=['-m', '-m_fd', '-m_hp', '-m_lm', '-m_es'],
172+
# device_keys=['-d', '-d_fd', '-d_hp', '-d_lm'],
173+
# test_cases=combine_cases(
174+
# TestCase(options={'-no_show': None,
175+
# **MONITORS,
176+
# '-i': DataPatternArg('gaze-estimation-adas')}),
177+
# TestCase(options={
178+
# '-m': ModelArg('gaze-estimation-adas-0002'),
179+
# '-m_hp': ModelArg('head-pose-estimation-adas-0001'),
180+
# '-m_lm': ModelArg('facial-landmarks-35-adas-0002'),
181+
# '-m_es': ModelArg('open-closed-eye-0001'),
182+
# }),
183+
# single_option_cases(
184+
# '-m_fd',
185+
# ModelArg('face-detection-adas-0001'),
186+
# ModelArg('face-detection-retail-0004')),
187+
# )),
188188

189189
CppDemo(name='gaze_estimation_demo', implementation='cpp_gapi',
190190
model_keys=['-m', '-m_fd', '-m_hp', '-m_lm', '-m_es'],

0 commit comments

Comments
 (0)