README.md
pyproject.toml
setup.py
insightface/__init__.py
insightface.egg-info/PKG-INFO
insightface.egg-info/SOURCES.txt
insightface.egg-info/dependency_links.txt
insightface.egg-info/entry_points.txt
insightface.egg-info/requires.txt
insightface.egg-info/top_level.txt
insightface.egg-info/zip-safe
insightface/app/__init__.py
insightface/app/common.py
insightface/app/face_analysis.py
insightface/app/mask_renderer.py
insightface/commands/__init__.py
insightface/commands/insightface_cli.py
insightface/commands/model_download.py
insightface/commands/rec_add_mask_param.py
insightface/data/__init__.py
insightface/data/image.py
insightface/data/pickle_object.py
insightface/data/rec_builder.py
insightface/data/images/Tom_Hanks_54745.png
insightface/data/images/mask_black.jpg
insightface/data/images/mask_blue.jpg
insightface/data/images/mask_green.jpg
insightface/data/images/mask_white.jpg
insightface/data/images/t1.jpg
insightface/data/objects/meanshape_68.pkl
insightface/gui/__init__.py
insightface/gui/__main__.py
insightface/gui/app.py
insightface/gui/main_window.py
insightface/gui/page_registry.py
insightface/gui/resources.py
insightface/gui/assets/app_icon.icns
insightface/gui/assets/app_icon.ico
insightface/gui/assets/app_icon.png
insightface/gui/core/__init__.py
insightface/gui/core/camera.py
insightface/gui/core/clustering.py
insightface/gui/core/config.py
insightface/gui/core/constants.py
insightface/gui/core/evaluation.py
insightface/gui/core/exporters.py
insightface/gui/core/face_engine.py
insightface/gui/core/i18n.py
insightface/gui/core/licensing.py
insightface/gui/core/links.py
insightface/gui/core/logging.py
insightface/gui/core/model_downloads.py
insightface/gui/core/models.py
insightface/gui/core/navigation.py
insightface/gui/core/paths.py
insightface/gui/core/quality.py
insightface/gui/core/recognition.py
insightface/gui/core/reporting.py
insightface/gui/core/storage.py
insightface/gui/core/swap.py
insightface/gui/core/theme.py
insightface/gui/core/tooltips.py
insightface/gui/core/utils.py
insightface/gui/core/video.py
insightface/gui/dialogs/__init__.py
insightface/gui/dialogs/license_dialog.py
insightface/gui/dialogs/model_manager_dialog.py
insightface/gui/dialogs/settings_dialog.py
insightface/gui/pages/__init__.py
insightface/gui/pages/album_page.py
insightface/gui/pages/album_people_page.py
insightface/gui/pages/base.py
insightface/gui/pages/batch_processing_page.py
insightface/gui/pages/camera_recognition_page.py
insightface/gui/pages/compare_page.py
insightface/gui/pages/dashboard_page.py
insightface/gui/pages/enterprise_eval_page.py
insightface/gui/pages/face_search_page.py
insightface/gui/pages/face_swap_page.py
insightface/gui/pages/license_center_page.py
insightface/gui/pages/mode_dashboards.py
insightface/gui/pages/model_download_page.py
insightface/gui/pages/model_settings_page.py
insightface/gui/pages/multiface_photo_page.py
insightface/gui/pages/people_library_page.py
insightface/gui/pages/placeholder_page.py
insightface/gui/pages/reports_page.py
insightface/gui/pages/settings_page.py
insightface/gui/pages/verification_page.py
insightface/gui/pages/video_search_page.py
insightface/gui/widgets/__init__.py
insightface/gui/widgets/drop_input.py
insightface/gui/widgets/face_overlay.py
insightface/gui/widgets/face_table.py
insightface/gui/widgets/image_viewer.py
insightface/gui/widgets/metric_card.py
insightface/gui/widgets/person_card.py
insightface/gui/widgets/progress_dialog.py
insightface/gui/widgets/table_utils.py
insightface/gui/widgets/threshold_slider.py
insightface/gui/widgets/upload_preview.py
insightface/model_zoo/__init__.py
insightface/model_zoo/arcface_onnx.py
insightface/model_zoo/attribute.py
insightface/model_zoo/inswapper.py
insightface/model_zoo/landmark.py
insightface/model_zoo/model_store.py
insightface/model_zoo/model_zoo.py
insightface/model_zoo/retinaface.py
insightface/model_zoo/scrfd.py
insightface/thirdparty/__init__.py
insightface/thirdparty/face3d/__init__.py
insightface/thirdparty/face3d/mesh/__init__.py
insightface/thirdparty/face3d/mesh/io.py
insightface/thirdparty/face3d/mesh/light.py
insightface/thirdparty/face3d/mesh/render.py
insightface/thirdparty/face3d/mesh/transform.py
insightface/thirdparty/face3d/mesh/vis.py
insightface/thirdparty/face3d/mesh_numpy/__init__.py
insightface/thirdparty/face3d/mesh_numpy/io.py
insightface/thirdparty/face3d/mesh_numpy/light.py
insightface/thirdparty/face3d/mesh_numpy/render.py
insightface/thirdparty/face3d/mesh_numpy/transform.py
insightface/thirdparty/face3d/mesh_numpy/vis.py
insightface/thirdparty/face3d/morphable_model/__init__.py
insightface/thirdparty/face3d/morphable_model/fit.py
insightface/thirdparty/face3d/morphable_model/load.py
insightface/thirdparty/face3d/morphable_model/morphabel_model.py
insightface/utils/__init__.py
insightface/utils/constant.py
insightface/utils/download.py
insightface/utils/face_align.py
insightface/utils/filesystem.py
insightface/utils/storage.py
insightface/utils/transform.py