Spaces:
Sleeping
Sleeping
Update TryYours-Virtual-Try-On/posenet/models/model_factory.py
Browse files
TryYours-Virtual-Try-On/posenet/models/model_factory.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
|
5 |
from posenet.models.mobilenet_v1 import MobileNetV1, MOBILENET_V1_CHECKPOINTS
|
6 |
|
7 |
-
MODEL_DIR = '
|
8 |
DEBUG_OUTPUT = False
|
9 |
|
10 |
|
|
|
4 |
|
5 |
from posenet.models.mobilenet_v1 import MobileNetV1, MOBILENET_V1_CHECKPOINTS
|
6 |
|
7 |
+
MODEL_DIR = 'TryYours-Virtual-Try-On/posenet_models'
|
8 |
DEBUG_OUTPUT = False
|
9 |
|
10 |
|