Browse Source

[to #42322933] disble vgg19_fer

master
Yingda Chen 3 years ago
parent
commit
902019c2e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/pipelines/test_facial_expression_recognition.py

+ 1
- 1
tests/pipelines/test_facial_expression_recognition.py View File

@@ -23,7 +23,7 @@ class FacialExpressionRecognitionTest(unittest.TestCase):
cv2.imwrite('result.png', img)
print(f'output written to {osp.abspath("result.png")}')

@unittest.skipUnless(test_level() >= 0, 'skip test in current test level')
@unittest.skip('skip since the model is set to private for now')
def test_run_modelhub(self):
fer = pipeline(
Tasks.facial_expression_recognition, model=self.model_id)


Loading…
Cancel
Save