mirror of
https://github.com/deepinsight/insightface.git
synced 2026-01-19 00:00:17 +00:00
8 lines
905 B
Python
8 lines
905 B
Python
from .inspireface import ImageStream, FaceExtended, FaceInformation, SessionCustomParameter, InspireFaceSession, \
|
|
launch, FeatureHubConfiguration, feature_hub_enable, feature_hub_disable, feature_comparison, \
|
|
FaceIdentity, feature_hub_set_search_threshold, feature_hub_face_insert, SearchResult, \
|
|
feature_hub_face_search, feature_hub_face_search_top_k, feature_hub_face_update, feature_hub_face_remove, \
|
|
feature_hub_get_face_identity, feature_hub_get_face_count, view_table_in_terminal, version, query_launch_status, reload, \
|
|
set_logging_level, disable_logging, show_system_resource_statistics, get_recommended_cosine_threshold, cosine_similarity_convert_to_percentage, \
|
|
get_similarity_converter_config, set_similarity_converter_config, pull_latest_model, switch_landmark_engine, \
|
|
HF_PK_AUTO_INCREMENT, HF_PK_MANUAL_INPUT, HF_SEARCH_MODE_EAGER, HF_SEARCH_MODE_EXHAUSTIVE |