Skip to content

Commit 66dbd6b

Browse files
committed
fixing comments
1 parent 0405aa1 commit 66dbd6b

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

demos/interactive_face_detection_demo/cpp_gapi/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ int main(int argc, char *argv[]) {
554554
if (!tmp.data) {
555555
throw std::runtime_error("Couldn't grab first frame");
556556
}
557-
cv::Size frame_size = cv::Size{tmp.cols, tmp.rows};
558557
cap = openImagesCapture(FLAGS_i, FLAGS_loop, read_type::safe, 0, FLAGS_lim);
559558
/** ---------------- The execution part ---------------- **/
560559
stream.setSource<custom::CommonCapSrc>(cap);

demos/tests/cases.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -219,26 +219,6 @@ def single_option_cases(key, *args):
219219
'-m_o': ModelArg('mtcnn-o')}),
220220
)),
221221

222-
CppDemo(name='interactive_face_detection_demo', implementation='cpp_gapi',
223-
model_keys=['-m', '-m_ag', '-m_em', '-m_lm', '-m_hp', '-m_am'],
224-
device_keys=['-d', '-d_ag', '-d_em', '-d_lm', '-d_hp', '-d_am'],
225-
test_cases=combine_cases(
226-
TestCase(options={'-no_show': None,
227-
**MONITORS,
228-
'-i': DataPatternArg('375x500')}),
229-
[
230-
TestCase(options={
231-
'-m': ModelArg('face-detection-retail-0004'),
232-
'-m_ag': ModelArg('age-gender-recognition-retail-0013'),
233-
'-m_am': ModelArg('anti-spoof-mn3'),
234-
'-m_em': ModelArg('emotions-recognition-retail-0003'),
235-
'-m_hp': ModelArg('head-pose-estimation-adas-0001'),
236-
'-m_lm': ModelArg('facial-landmarks-35-adas-0002'),
237-
}),
238-
TestCase(options={'-m': ModelArg('face-detection-adas-0001')})
239-
]
240-
)),
241-
242222
CppDemo(name='smart_classroom_demo', implementation='cpp_gapi',
243223
model_keys=['-m_act', '-m_fd', '-m_lm', '-m_reid'],
244224
device_keys=['-d_act', '-d_fd', '-d_lm', '-d_reid'],

0 commit comments

Comments
 (0)