Skip to content

Commit 556ef0f

Browse files
committed
update
1 parent 09065c4 commit 556ef0f

88 files changed

Lines changed: 8 additions & 30512 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

core/detection/all_detectors.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,8 @@
2323

2424
# Local imports
2525
from config import settings
26-
try:
27-
from ..lib.insightface.app import FaceAnalysis
28-
from ..lib.trackers import SORTTracker
29-
except ImportError:
30-
FaceAnalysis = None
31-
SORTTracker = None
32-
print("WARNING: core.lib modules not found")
26+
from insightface.app import FaceAnalysis
27+
from trackers import SORTTracker
3328

3429
# ============================================================================
3530
# LOGGING HELPERS
910 KB
Binary file not shown.

core/lib/insightface/__init__.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

core/lib/insightface/app/__init__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

core/lib/insightface/app/common.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

core/lib/insightface/app/face_analysis.py

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)