A bunch of changes
This commit is contained in:
@@ -168,11 +168,6 @@ if importlib.util.find_spec("mediapipe") is not None:
|
||||
HAVE_FACE_RECOGNITION = importlib.util.find_spec("face_recognition") is not None
|
||||
|
||||
HAVE_BAGHEERASEARCH_LIB = False
|
||||
try:
|
||||
import bagheera_search_lib
|
||||
HAVE_BAGHEERASEARCH_LIB = True
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
MEDIAPIPE_FACE_MODEL_PATH = os.path.join(CONFIG_DIR,
|
||||
"blaze_face_short_range.tflite")
|
||||
|
||||
Reference in New Issue
Block a user