Skip to content

Commit 565a329

Browse files
committed
Supress face_recognition_demo/python test
1 parent 0bc8961 commit 565a329

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

demos/tests/cases.py

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -871,25 +871,27 @@ def single_option_cases(key, *args):
871871
'-m_o': ModelArg('mtcnn-o')}),
872872
)),
873873

874-
PythonDemo(name='face_recognition_demo', device_keys=['-d_fd', '-d_lm', '-d_reid'],
875-
model_keys=['-m_fd', '-m_lm', '-m_reid'], test_cases=combine_cases(
876-
TestCase(options={'--no_show': None,
877-
**MONITORS,
878-
'-i': DataPatternArg('face-detection-adas'),
879-
'-fg': DataDirectoryArg('face-recognition-gallery')
880-
}),
881-
single_option_cases('-m_fd',
882-
ModelArg('face-detection-adas-0001'),
883-
ModelArg('face-detection-retail-0004'),
884-
ModelArg('face-detection-retail-0005'),
885-
ModelArg('face-detection-retail-0044')),
886-
single_option_cases('-m_lm', ModelArg('landmarks-regression-retail-0009')),
887-
single_option_cases('-m_reid',
888-
ModelArg('Sphereface'),
889-
ModelArg('face-reidentification-retail-0095'),
890-
# ModelArg('face-recognition-resnet100-arcface-onnx'), TODO
891-
ModelArg('facenet-20180408-102900')),
892-
)),
874+
# TODO: hang at 00:51:34 Test case #12/CPU: -d_fd CPU -d_lm CPU -d_reid CPU --no_show -fg /tmp/tmp9ybvhfxg/data_seq/face-recognition-gallery -i /tmp/tmp9ybvhfxg/data_seq/face-detection-adas/input-%04d.JPEG -m_fd /tmp/tmptb9srg1i/models/intel/face-detection-adas-0001/FP16/face-detection-adas-0001.xml -m_lm /tmp/tmptb9srg1i/models/intel/landmarks-regression-retail-0009/FP16/landmarks-regression-retail-0009.xml -m_reid /tmp/tmptb9srg1i/models/public/Sphereface/FP16/Sphereface.xml -u cdm
875+
# 00:51:34
876+
# PythonDemo(name='face_recognition_demo', device_keys=['-d_fd', '-d_lm', '-d_reid'],
877+
# model_keys=['-m_fd', '-m_lm', '-m_reid'], test_cases=combine_cases(
878+
# TestCase(options={'--no_show': None,
879+
# **MONITORS,
880+
# '-i': DataPatternArg('face-detection-adas'),
881+
# '-fg': DataDirectoryArg('face-recognition-gallery')
882+
# }),
883+
# single_option_cases('-m_fd',
884+
# ModelArg('face-detection-adas-0001'),
885+
# ModelArg('face-detection-retail-0004'),
886+
# ModelArg('face-detection-retail-0005'),
887+
# ModelArg('face-detection-retail-0044')),
888+
# single_option_cases('-m_lm', ModelArg('landmarks-regression-retail-0009')),
889+
# single_option_cases('-m_reid',
890+
# ModelArg('Sphereface'),
891+
# ModelArg('face-reidentification-retail-0095'),
892+
# # ModelArg('face-recognition-resnet100-arcface-onnx'), TODO
893+
# ModelArg('facenet-20180408-102900')),
894+
# )),
893895

894896
PythonDemo(name='formula_recognition_demo', device_keys=['-d'],
895897
model_keys=['-m_encoder', '-m_decoder'], test_cases=combine_cases(

0 commit comments

Comments
 (0)