Skip to content

Commit

Permalink
Fix paths to models
Browse files Browse the repository at this point in the history
  • Loading branch information
iitzco committed Aug 22, 2018
1 parent 68797db commit 5276a4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion faced/const.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
MODELS_PATH = "faced/models/"
import os

MODELS_PATH = os.path.join(os.path.dirname(__file__), '..', "models")

YOLO_SIZE = 288
YOLO_TARGET = 9
Expand Down

0 comments on commit 5276a4a

Please sign in to comment.