Configuration
Configuration Overview
from degirum_face.reid_database import ReID_DatabasePool
db = ReID_DatabasePool.get(
db_path="./faces.lance", # Required: database location
model_name="arcface_resnet100" # Optional: model validation
)Parameters
db_path (required)
db_path="./face_database.lance"model_name (optional)
Initialization Patterns
Using ReID_DatabasePool (Recommended)
Using ReID_Database Directly
Environment-Specific Paths
Development
Production
Docker/Container
Last updated
Was this helpful?

