@@ -166,25 +166,25 @@ def single_option_cases(key, *args):
166
166
),
167
167
)),
168
168
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
+ # )),
188
188
189
189
CppDemo (name = 'gaze_estimation_demo' , implementation = 'cpp_gapi' ,
190
190
model_keys = ['-m' , '-m_fd' , '-m_hp' , '-m_lm' , '-m_es' ],
0 commit comments