faceta-algo-server/deepface/commons/constant.py

5 lines
117 B
Python
Raw Normal View History

2024-10-11 15:15:15 +00:00
import os
SRC_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
ROOT_DIR = os.path.dirname(SRC_DIR)