wizzseen commited on
Commit
6b93ef6
·
verified ·
1 Parent(s): 84998c8

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 = './posenet_models'
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