jhj0517
commited on
Commit
•
3582bf4
1
Parent(s):
6cc808c
Add video URL
Browse files- tests/test_config.py +2 -0
tests/test_config.py
CHANGED
@@ -9,7 +9,9 @@ from modules.utils.paths import *
|
|
9 |
|
10 |
|
11 |
TEST_IMAGE_URL = "https://github.com/microsoft/onnxjs-demo/raw/master/src/assets/EmotionSampleImages/sad_baby.jpg"
|
|
|
12 |
TEST_IMAGE_PATH = os.path.join(PROJECT_ROOT_DIR, "tests", "test.png")
|
|
|
13 |
TEST_EXPRESSION_OUTPUT_PATH = os.path.join(PROJECT_ROOT_DIR, "tests", "edited_expression.png")
|
14 |
TEST_EXPRESSION_AAA = 100
|
15 |
|
|
|
9 |
|
10 |
|
11 |
TEST_IMAGE_URL = "https://github.com/microsoft/onnxjs-demo/raw/master/src/assets/EmotionSampleImages/sad_baby.jpg"
|
12 |
+
TEST_VIDEO_URL = "https://github.com/jhj0517/sample-medias/raw/master/vids/human-face/expression01_short.mp4"
|
13 |
TEST_IMAGE_PATH = os.path.join(PROJECT_ROOT_DIR, "tests", "test.png")
|
14 |
+
TEST_VIDEO_PATH = os.path.join(PROJECT_ROOT_DIR, "tests", "test_expression.mp4")
|
15 |
TEST_EXPRESSION_OUTPUT_PATH = os.path.join(PROJECT_ROOT_DIR, "tests", "edited_expression.png")
|
16 |
TEST_EXPRESSION_AAA = 100
|
17 |
|