LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
iinfer/__init__.py
iinfer/__main__.py
iinfer/autoload.py
iinfer/logconf_iinfer.yml
iinfer/version.py
iinfer.egg-info/PKG-INFO
iinfer.egg-info/SOURCES.txt
iinfer.egg-info/dependency_links.txt
iinfer.egg-info/entry_points.txt
iinfer.egg-info/requires.txt
iinfer.egg-info/top_level.txt
iinfer/app/__init__.py
iinfer/app/app.py
iinfer/app/client.py
iinfer/app/common.py
iinfer/app/injection.py
iinfer/app/install.py
iinfer/app/postprocess.py
iinfer/app/predict.py
iinfer/app/redis.py
iinfer/app/train.py
iinfer/app/web.py
iinfer/app/commons/module.py
iinfer/app/features/cli/__init__.py
iinfer/app/features/cli/iinfer_client_capture.py
iinfer/app/features/cli/iinfer_client_deploy.py
iinfer/app/features/cli/iinfer_client_deploy_list.py
iinfer/app/features/cli/iinfer_client_predict.py
iinfer/app/features/cli/iinfer_client_predict_type_list.py
iinfer/app/features/cli/iinfer_client_read_dir.py
iinfer/app/features/cli/iinfer_client_start.py
iinfer/app/features/cli/iinfer_client_stop.py
iinfer/app/features/cli/iinfer_client_train.py
iinfer/app/features/cli/iinfer_client_train_type_list.py
iinfer/app/features/cli/iinfer_client_undeploy.py
iinfer/app/features/cli/iinfer_gui_start.py
iinfer/app/features/cli/iinfer_install_insightface.py
iinfer/app/features/cli/iinfer_install_mmcls.py
iinfer/app/features/cli/iinfer_install_mmdet.py
iinfer/app/features/cli/iinfer_install_mmpretrain.py
iinfer/app/features/cli/iinfer_install_mmseg.py
iinfer/app/features/cli/iinfer_install_onnx.py
iinfer/app/features/cli/iinfer_install_redis.py
iinfer/app/features/cli/iinfer_install_server.py
iinfer/app/features/cli/iinfer_postprocess_cls_judge.py
iinfer/app/features/cli/iinfer_postprocess_cmd.py
iinfer/app/features/cli/iinfer_postprocess_csv.py
iinfer/app/features/cli/iinfer_postprocess_det_clip.py
iinfer/app/features/cli/iinfer_postprocess_det_face_store.py
iinfer/app/features/cli/iinfer_postprocess_det_filter.py
iinfer/app/features/cli/iinfer_postprocess_det_judge.py
iinfer/app/features/cli/iinfer_postprocess_httpreq.py
iinfer/app/features/cli/iinfer_postprocess_seg_bbox.py
iinfer/app/features/cli/iinfer_postprocess_seg_filter.py
iinfer/app/features/cli/iinfer_postprocess_showimg.py
iinfer/app/features/cli/iinfer_redis_docker_run.py
iinfer/app/features/cli/iinfer_redis_docker_stop.py
iinfer/app/features/cli/iinfer_web_start.py
iinfer/app/features/cli/iinfer_web_webcap.py
iinfer/app/features/cli/postprocess_feature.py
iinfer/app/features/web/iinfer_web_anno_archive.py
iinfer/app/features/web/iinfer_web_anno_get_img.py
iinfer/app/features/web/iinfer_web_annotation.py
iinfer/app/features/web/iinfer_web_gui.py
iinfer/app/features/web/iinfer_web_load_capture.py
iinfer/app/features/web/iinfer_web_load_result.py
iinfer/app/features/web/iinfer_web_pub_img.py
iinfer/app/features/web/iinfer_web_pub_img_proxy.py
iinfer/app/features/web/iinfer_web_pub_img_proxy_chk.py
iinfer/app/features/web/iinfer_web_showimg.py
iinfer/app/features/web/iinfer_web_sub_img.py
iinfer/app/features/web/iinfer_web_versions_iinfer.py
iinfer/app/features/web/iinfer_web_webcap.py
iinfer/app/injections/after_cls_judge_injection.py
iinfer/app/injections/after_cmd_injection.py
iinfer/app/injections/after_csv_injection.py
iinfer/app/injections/after_det_filter_injection.py
iinfer/app/injections/after_det_judge_injection.py
iinfer/app/injections/after_http_injection.py
iinfer/app/injections/after_seg_bbox_injection.py
iinfer/app/injections/after_seg_filter_injection.py
iinfer/app/injections/after_showimg_injection.py
iinfer/app/injections/before_grayimg_injection.py
iinfer/app/postprocesses/cls_judge.py
iinfer/app/postprocesses/cmd.py
iinfer/app/postprocesses/csv.py
iinfer/app/postprocesses/det_clip.py
iinfer/app/postprocesses/det_face_store.py
iinfer/app/postprocesses/det_filter.py
iinfer/app/postprocesses/det_judge.py
iinfer/app/postprocesses/httpreq.py
iinfer/app/postprocesses/seg_bbox.py
iinfer/app/postprocesses/seg_filter.py
iinfer/app/postprocesses/showimg.py
iinfer/app/predicts/__init__.py
iinfer/app/predicts/insightface_det.py
iinfer/app/predicts/mmdet_det_YoloX.py
iinfer/app/predicts/mmdet_det_YoloX_Lite.py
iinfer/app/predicts/mmpretrain_cls_swin.py
iinfer/app/predicts/mmpretrain_cls_swin_Lite.py
iinfer/app/predicts/mmseg_seg_PSPNet.py
iinfer/app/predicts/mmseg_seg_San.py
iinfer/app/predicts/mmseg_seg_SwinUpernet.py
iinfer/app/predicts/onnx_cls_EfficientNet_Lite4.py
iinfer/app/predicts/onnx_det_TinyYoloV3.py
iinfer/app/predicts/onnx_det_YoloV3.py
iinfer/app/predicts/onnx_det_YoloX.py
iinfer/app/predicts/onnx_det_YoloX_Lite.py
iinfer/app/trains/mmdet_det_YoloX.py
iinfer/app/trains/mmdet_det_YoloX_Lite.py
iinfer/app/trains/mmpretrain_cls_swin.py
iinfer/app/trains/mmseg_seg_PSPNet.py
iinfer/app/trains/mmseg_seg_San.py
iinfer/app/trains/mmseg_seg_SwinUpernet.py
iinfer/docker/Dockerfile
iinfer/docker/__init__.py
iinfer/docker/docker-compose.yml
iinfer/docker/scripts/start.sh
iinfer/extensions/features.yml
iinfer/extensions/label_cityscapes.txt
iinfer/extensions/label_coco.txt
iinfer/extensions/label_imagenet1k.txt
iinfer/extensions/label_voc.txt
iinfer/extensions/user_list.yml
iinfer/extensions/configs/mmdet/yolox_l_8xb8-300e_coco.py
iinfer/extensions/configs/mmdet/yolox_s_8xb8-300e_coco.py
iinfer/extensions/configs/mmdet/yolox_tiny_8xb8-300e_coco.py
iinfer/extensions/configs/mmdet/yolox_tta.py
iinfer/extensions/configs/mmpretrain/swin-base_16xb64_in1k-384px.py
iinfer/extensions/configs/mmpretrain/swin-large_16xb64_in1k-384px.py
iinfer/extensions/configs/mmpretrain/swin-small_16xb64_in1k.py
iinfer/extensions/configs/mmpretrain/swin-tiny_16xb64_in1k.py
iinfer/extensions/configs/mmseg/pspnet_r101-d8_4xb2-80k_cityscapes-512x1024.py
iinfer/extensions/configs/mmseg/pspnet_r18-d8_4xb2-80k_cityscapes-512x1024.py
iinfer/extensions/configs/mmseg/pspnet_r50-d8_4xb2-80k_cityscapes-512x1024.py
iinfer/extensions/configs/mmseg/san-vit-b16_coco-stuff164k-640x640.py
iinfer/extensions/configs/mmseg/san-vit-l14_coco-stuff164k-640x640.py
iinfer/extensions/configs/mmseg/swin-base-patch4-window12-in1k-384x384-pre_upernet_8xb2-160k_ade20k-512x512.py
iinfer/extensions/configs/mmseg/swin-base-patch4-window12-in22k-384x384-pre_upernet_8xb2-160k_ade20k-512x512.py
iinfer/extensions/configs/mmseg/swin-small-patch4-window7-in1k-pre_upernet_8xb2-160k_ade20k-512x512.py
iinfer/extensions/configs/mmseg/swin-tiny-patch4-window7-in1k-pre_upernet_8xb2-160k_ade20k-512x512.py
iinfer/extensions/data/test/Please_include_image_files.txt
iinfer/extensions/data/train/Please_include_image_files.txt
iinfer/extensions/data/val/Please_include_image_files.txt
iinfer/extensions/injection/after_cls_jadge_injection.json
iinfer/extensions/injection/after_csv_injection.json
iinfer/extensions/injection/after_det_filter_injection.json
iinfer/extensions/injection/after_det_jadge_injection.json
iinfer/extensions/injection/after_http_injection.json
iinfer/extensions/injection/after_seg_bbox_injection.json
iinfer/extensions/injection/after_seg_filter_injection.json
iinfer/extensions/injection/after_showimg_injection.json
iinfer/extensions/injection/before_gray_injection.json
iinfer/licenses/LICENSE_Authlib_1_6_6_BSD_License.txt
iinfer/licenses/LICENSE_Jinja2_3_1_6_BSD_License.txt
iinfer/licenses/LICENSE_Mako_1_3_10_MIT_License.txt
iinfer/licenses/LICENSE_MarkupSafe_3_0_3_BSD-3-Clause.txt
iinfer/licenses/LICENSE_PyJWT_2_10_1_MIT_License.txt
iinfer/licenses/LICENSE_PyYAML_6_0_3_MIT_License.txt
iinfer/licenses/LICENSE_Pygments_2_19_2_BSD_License.txt
iinfer/licenses/LICENSE_SQLAlchemy_2_0_45_MIT.txt
iinfer/licenses/LICENSE_Sphinx_8_2_3_BSD-2-Clause.txt
iinfer/licenses/LICENSE_aiohappyeyeballs_2_6_1_Python_Software_Foundation_License.txt
iinfer/licenses/LICENSE_aiohttp_3_13_2_Apache-2_0_AND_MIT.txt
iinfer/licenses/LICENSE_aiosignal_1_4_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_aiosqlite_0_22_0_MIT_License.txt
iinfer/licenses/LICENSE_alabaster_1_0_0_BSD_License.txt
iinfer/licenses/LICENSE_alembic_1_17_2_MIT.txt
iinfer/licenses/LICENSE_annotated-doc_0_0_4_MIT.txt
iinfer/licenses/LICENSE_annotated-types_0_7_0_MIT_License.txt
iinfer/licenses/LICENSE_anyio_4_12_0_MIT.txt
iinfer/licenses/LICENSE_argcomplete_3_6_3_Apache_Software_License.txt
iinfer/licenses/LICENSE_async-timeout_5_0_1_Apache_Software_License.txt
iinfer/licenses/LICENSE_attrs_25_4_0_MIT.txt
iinfer/licenses/LICENSE_babel_2_17_0_BSD_License.txt
iinfer/licenses/LICENSE_backports_tarfile_1_2_0_MIT_License.txt
iinfer/licenses/LICENSE_beartype_0_22_9_MIT_License.txt
iinfer/licenses/LICENSE_build_1_3_0_MIT.txt
iinfer/licenses/LICENSE_cachetools_6_2_4_MIT.txt
iinfer/licenses/LICENSE_certifi_2025_11_12_Mozilla_Public_License_2_0-MPL_2_0.txt
iinfer/licenses/LICENSE_cffi_2_0_0_MIT.txt
iinfer/licenses/LICENSE_charset-normalizer_3_4_4_MIT.txt
iinfer/licenses/LICENSE_click_8_3_1_BSD-3-Clause.txt
iinfer/licenses/LICENSE_cloudpickle_3_1_2_BSD_License.txt
iinfer/licenses/LICENSE_cmdbox_0_7_1_MIT_License.txt
iinfer/licenses/LICENSE_colorama_0_4_6_BSD_License.txt
iinfer/licenses/LICENSE_contourpy_1_3_3_BSD_License.txt
iinfer/licenses/LICENSE_cryptography_46_0_3_Apache-2_0_OR_BSD-3-Clause.txt
iinfer/licenses/LICENSE_cycler_0_12_1_BSD_License.txt
iinfer/licenses/LICENSE_cyclopts_4_4_1_Apache-2_0.txt
iinfer/licenses/LICENSE_debugpy_1_8_19_MIT_License.txt
iinfer/licenses/LICENSE_diskcache_5_6_3_Apache_Software_License.txt
iinfer/licenses/LICENSE_distro_1_9_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_dnspython_2_8_0_ISC_License-ISCL.txt
iinfer/licenses/LICENSE_docstring_parser_0_17_0_MIT_License.txt
iinfer/licenses/LICENSE_docutils_0_21_2_BSD_License-GNU_General_Public_License-GPL-Public_Domain-Python_Software_Foundation_License.txt
iinfer/licenses/LICENSE_email-validator_2_3_0_The_Unlicense-Unlicense.txt
iinfer/licenses/LICENSE_et_xmlfile_2_0_0_MIT_License.txt
iinfer/licenses/LICENSE_exceptiongroup_1_3_1_MIT_License.txt
iinfer/licenses/LICENSE_fakeredis_2_33_0_BSD-3-Clause.txt
iinfer/licenses/LICENSE_fastapi_0_123_10_MIT.txt
iinfer/licenses/LICENSE_fastmcp_2_14_1_Apache-2_0.txt
iinfer/licenses/LICENSE_fastuuid_0_14_0_BSD_License.txt
iinfer/licenses/LICENSE_filelock_3_20_1_Unlicense.txt
iinfer/licenses/LICENSE_filterpy_1_4_5_MIT_License.txt
iinfer/licenses/LICENSE_fonttools_4_61_1_MIT.txt
iinfer/licenses/LICENSE_frozenlist_1_8_0_Apache-2_0.txt
iinfer/licenses/LICENSE_fsspec_2025_12_0_BSD-3-Clause.txt
iinfer/licenses/LICENSE_gevent_25_9_1_MIT.txt
iinfer/licenses/LICENSE_google-adk_1_21_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-api-core_2_28_1_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-api-python-client_2_187_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-auth-httplib2_0_3_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-auth_2_45_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-aiplatform_1_132_0_Apache_2_0.txt
iinfer/licenses/LICENSE_google-cloud-appengine-logging_1_7_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-audit-log_0_4_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-bigquery-storage_2_36_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-bigquery_3_39_0_Apache-2_0.txt
iinfer/licenses/LICENSE_google-cloud-bigtable_2_35_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-core_2_5_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-discoveryengine_0_13_12_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-logging_3_13_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-monitoring_2_28_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-resource-manager_1_15_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-secret-manager_2_26_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-spanner_3_61_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-speech_2_35_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-storage_3_7_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-trace_1_17_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-crc32c_1_8_0_UNKNOWN.txt
iinfer/licenses/LICENSE_google-genai_1_56_0_Apache-2_0.txt
iinfer/licenses/LICENSE_google-resumable-media_2_8_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_googleapis-common-protos_1_72_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_graphviz_0_21_MIT.txt
iinfer/licenses/LICENSE_greenlet_3_3_0_MIT_AND_Python-2_0.txt
iinfer/licenses/LICENSE_grpc-google-iam-v1_0_14_3_Apache_Software_License.txt
iinfer/licenses/LICENSE_grpc-interceptor_0_15_4_MIT_License.txt
iinfer/licenses/LICENSE_grpcio-status_1_67_1_Apache_Software_License.txt
iinfer/licenses/LICENSE_grpcio_1_67_1_Apache_Software_License.txt
iinfer/licenses/LICENSE_gunicorn_23_0_0_MIT_License.txt
iinfer/licenses/LICENSE_h11_0_16_0_MIT_License.txt
iinfer/licenses/LICENSE_hf-xet_1_2_0_Apache-2_0.txt
iinfer/licenses/LICENSE_httpcore_1_0_9_BSD-3-Clause.txt
iinfer/licenses/LICENSE_httplib2_0_31_0_MIT_License.txt
iinfer/licenses/LICENSE_httpx-sse_0_4_3_MIT.txt
iinfer/licenses/LICENSE_httpx_0_28_1_BSD_License.txt
iinfer/licenses/LICENSE_huggingface_hub_1_2_3_Apache_Software_License.txt
iinfer/licenses/LICENSE_id_1_5_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_idna_3_11_BSD-3-Clause.txt
iinfer/licenses/LICENSE_imagesize_1_4_1_MIT_License.txt
iinfer/licenses/LICENSE_importlib_metadata_8_7_1_Apache-2_0.txt
iinfer/licenses/LICENSE_iniconfig_2_3_0_MIT.txt
iinfer/licenses/LICENSE_itsdangerous_2_2_0_BSD_License.txt
iinfer/licenses/LICENSE_jaraco_classes_3_4_0_MIT_License.txt
iinfer/licenses/LICENSE_jaraco_context_6_0_1_MIT_License.txt
iinfer/licenses/LICENSE_jaraco_functools_4_4_0_MIT.txt
iinfer/licenses/LICENSE_jiter_0_12_0_MIT_License.txt
iinfer/licenses/LICENSE_jsonschema-path_0_3_4_Apache_Software_License.txt
iinfer/licenses/LICENSE_jsonschema-specifications_2025_9_1_MIT.txt
iinfer/licenses/LICENSE_jsonschema_4_25_1_MIT.txt
iinfer/licenses/LICENSE_keyring_25_7_0_MIT.txt
iinfer/licenses/LICENSE_kiwisolver_1_4_9_BSD_License.txt
iinfer/licenses/LICENSE_litellm_1_80_11_MIT_License.txt
iinfer/licenses/LICENSE_lupa_2_6_MIT_style.txt
iinfer/licenses/LICENSE_markdown-it-py_4_0_0_MIT_License.txt
iinfer/licenses/LICENSE_matplotlib_3_10_8_Python_Software_Foundation_License.txt
iinfer/licenses/LICENSE_mcp_1_25_0_MIT_License.txt
iinfer/licenses/LICENSE_mdurl_0_1_2_MIT_License.txt
iinfer/licenses/LICENSE_mmh3_5_2_0_MIT_License.txt
iinfer/licenses/LICENSE_more-itertools_10_8_0_MIT.txt
iinfer/licenses/LICENSE_motpy_0_0_10_MIT_License.txt
iinfer/licenses/LICENSE_multidict_6_7_0_Apache_License_2_0.txt
iinfer/licenses/LICENSE_nh3_0_3_2_MIT.txt
iinfer/licenses/LICENSE_numpy_2_2_6_BSD_License.txt
iinfer/licenses/LICENSE_openai_2_14_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_openapi-pydantic_0_5_1_MIT_License.txt
iinfer/licenses/LICENSE_opencv-python_4_12_0_88_Apache_Software_License.txt
iinfer/licenses/LICENSE_openpyxl_3_1_5_MIT_License.txt
iinfer/licenses/LICENSE_opentelemetry-api_1_37_0_Apache-2_0.txt
iinfer/licenses/LICENSE_opentelemetry-exporter-gcp-logging_1_11_0a0_Apache_Software_License.txt
iinfer/licenses/LICENSE_opentelemetry-exporter-gcp-monitoring_1_11_0a0_Apache_Software_License.txt
iinfer/licenses/LICENSE_opentelemetry-exporter-gcp-trace_1_11_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_opentelemetry-exporter-otlp-proto-common_1_37_0_Apache-2_0.txt
iinfer/licenses/LICENSE_opentelemetry-exporter-otlp-proto-http_1_37_0_Apache-2_0.txt
iinfer/licenses/LICENSE_opentelemetry-exporter-prometheus_0_60b1_Apache-2_0.txt
iinfer/licenses/LICENSE_opentelemetry-instrumentation_0_60b1_Apache-2_0.txt
iinfer/licenses/LICENSE_opentelemetry-proto_1_37_0_Apache-2_0.txt
iinfer/licenses/LICENSE_opentelemetry-resourcedetector-gcp_1_11_0a0_Apache_Software_License.txt
iinfer/licenses/LICENSE_opentelemetry-sdk_1_37_0_Apache-2_0.txt
iinfer/licenses/LICENSE_opentelemetry-semantic-conventions_0_58b0_Apache-2_0.txt
iinfer/licenses/LICENSE_packaging_25_0_Apache_Software_License-BSD_License.txt
iinfer/licenses/LICENSE_pathable_0_4_4_Apache_Software_License.txt
iinfer/licenses/LICENSE_pathvalidate_3_3_1_MIT_License.txt
iinfer/licenses/LICENSE_pillow_12_0_0_MIT-CMU.txt
iinfer/licenses/LICENSE_pip_24_0_MIT_License.txt
iinfer/licenses/LICENSE_platformdirs_4_5_1_MIT.txt
iinfer/licenses/LICENSE_pluggy_1_6_0_MIT_License.txt
iinfer/licenses/LICENSE_plyer_2_1_0_MIT_License.txt
iinfer/licenses/LICENSE_prettytable_3_17_0_BSD-3-Clause.txt
iinfer/licenses/LICENSE_prometheus_client_0_23_1_Apache-2_0_AND_BSD-2-Clause.txt
iinfer/licenses/LICENSE_prompt_toolkit_3_0_52_BSD_License.txt
iinfer/licenses/LICENSE_propcache_0_4_1_Apache_Software_License.txt
iinfer/licenses/LICENSE_proto-plus_1_27_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_protobuf_5_29_5_3-Clause_BSD_License.txt
iinfer/licenses/LICENSE_psycopg-binary_3_3_2_LGPL-3_0-only.txt
iinfer/licenses/LICENSE_psycopg_3_3_2_LGPL-3_0-only.txt
iinfer/licenses/LICENSE_py-key-value-aio_0_3_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_py-key-value-shared_0_3_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_pyarrow_22_0_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_pyasn1_0_6_1_BSD_License.txt
iinfer/licenses/LICENSE_pyasn1_modules_0_4_2_BSD_License.txt
iinfer/licenses/LICENSE_pycparser_2_23_BSD_License.txt
iinfer/licenses/LICENSE_pycryptodome_3_23_0_BSD_License-Public_Domain.txt
iinfer/licenses/LICENSE_pydantic-settings_2_12_0_MIT.txt
iinfer/licenses/LICENSE_pydantic_2_12_5_MIT.txt
iinfer/licenses/LICENSE_pydantic_core_2_41_5_MIT.txt
iinfer/licenses/LICENSE_pydocket_0_16_1_MIT_License.txt
iinfer/licenses/LICENSE_pyparsing_3_2_5_MIT.txt
iinfer/licenses/LICENSE_pyperclip_1_11_0_BSD_License.txt
iinfer/licenses/LICENSE_pyproject_hooks_1_2_0_MIT_License.txt
iinfer/licenses/LICENSE_pystray_0_19_5_GNU_Lesser_General_Public_License_v3-LGPLv3.txt
iinfer/licenses/LICENSE_pytest-order_1_3_0_MIT_License.txt
iinfer/licenses/LICENSE_pytest_9_0_2_MIT.txt
iinfer/licenses/LICENSE_python-dateutil_2_9_0_post0_Apache_Software_License-BSD_License.txt
iinfer/licenses/LICENSE_python-dotenv_1_2_1_BSD-3-Clause.txt
iinfer/licenses/LICENSE_python-json-logger_4_0_0_BSD_License.txt
iinfer/licenses/LICENSE_python-multipart_0_0_21_Apache-2_0.txt
iinfer/licenses/LICENSE_pywin32-ctypes_0_2_3_BSD-3-Clause.txt
iinfer/licenses/LICENSE_pywin32_311_Python_Software_Foundation_License.txt
iinfer/licenses/LICENSE_questionary_2_1_1_MIT_License.txt
iinfer/licenses/LICENSE_readme_renderer_44_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_redis_7_1_0_MIT.txt
iinfer/licenses/LICENSE_referencing_0_36_2_MIT.txt
iinfer/licenses/LICENSE_regex_2025_11_3_Apache-2_0_AND_CNRI-Python.txt
iinfer/licenses/LICENSE_requests-toolbelt_1_0_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_requests_2_32_5_Apache_Software_License.txt
iinfer/licenses/LICENSE_rfc3986_2_0_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_rich-rst_1_3_2_MIT.txt
iinfer/licenses/LICENSE_rich_14_2_0_MIT_License.txt
iinfer/licenses/LICENSE_roman-numerals-py_4_1_0_0BSD_OR_CC0-1_0.txt
iinfer/licenses/LICENSE_roman-numerals_4_1_0_0BSD_OR_CC0-1_0.txt
iinfer/licenses/LICENSE_rpds-py_0_30_0_MIT.txt
iinfer/licenses/LICENSE_rsa_4_9_1_Apache_Software_License.txt
iinfer/licenses/LICENSE_scipy_1_16_3_BSD_License.txt
iinfer/licenses/LICENSE_setuptools_65_5_0_MIT_License.txt
iinfer/licenses/LICENSE_shapely_2_1_2_BSD_License.txt
iinfer/licenses/LICENSE_shellingham_1_5_4_ISC_License-ISCL.txt
iinfer/licenses/LICENSE_six_1_17_0_MIT_License.txt
iinfer/licenses/LICENSE_sniffio_1_3_1_Apache_Software_License-MIT_License.txt
iinfer/licenses/LICENSE_snowballstemmer_3_0_1_BSD_License.txt
iinfer/licenses/LICENSE_sortedcontainers_2_4_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_sphinx-intl_2_3_2_BSD-2-Clause.txt
iinfer/licenses/LICENSE_sphinx-last-updated-by-git_0_3_8_BSD_License.txt
iinfer/licenses/LICENSE_sphinx-rtd-theme_3_0_2_MIT_License.txt
iinfer/licenses/LICENSE_sphinx-sitemap_2_9_0_MIT.txt
iinfer/licenses/LICENSE_sphinx_fontawesome_0_0_6_GNU_General_Public_License_v2-GPLv2.txt
iinfer/licenses/LICENSE_sphinxcontrib-applehelp_2_0_0_BSD_License.txt
iinfer/licenses/LICENSE_sphinxcontrib-devhelp_2_0_0_BSD_License.txt
iinfer/licenses/LICENSE_sphinxcontrib-htmlhelp_2_1_0_BSD_License.txt
iinfer/licenses/LICENSE_sphinxcontrib-jquery_4_1_BSD_License.txt
iinfer/licenses/LICENSE_sphinxcontrib-jsmath_1_0_1_BSD_License.txt
iinfer/licenses/LICENSE_sphinxcontrib-qthelp_2_0_0_BSD_License.txt
iinfer/licenses/LICENSE_sphinxcontrib-serializinghtml_2_0_0_BSD_License.txt
iinfer/licenses/LICENSE_sqlalchemy-spanner_1_17_2_Apache_Software_License.txt
iinfer/licenses/LICENSE_sqlparse_0_5_5_BSD_License.txt
iinfer/licenses/LICENSE_sse-starlette_3_0_4_BSD-3-Clause.txt
iinfer/licenses/LICENSE_starlette_0_50_0_BSD-3-Clause.txt
iinfer/licenses/LICENSE_tabulate_0_9_0_MIT_License.txt
iinfer/licenses/LICENSE_tenacity_9_1_2_Apache_Software_License.txt
iinfer/licenses/LICENSE_tiktoken_0_12_0_MIT_License-Copyright-c-2022_OpenAI-Shantanu_Jain-Permission_is_hereby_granted-free_of_charge-to_any_per.txt
iinfer/licenses/LICENSE_tokenizers_0_22_1_Apache_Software_License.txt
iinfer/licenses/LICENSE_tqdm_4_67_1_MIT_License-Mozilla_Public_License_2_0-MPL_2_0.txt
iinfer/licenses/LICENSE_twine_6_2_0_Apache-2_0.txt
iinfer/licenses/LICENSE_typer-slim_0_20_1_MIT.txt
iinfer/licenses/LICENSE_typer_0_20_1_MIT.txt
iinfer/licenses/LICENSE_typing-inspection_0_4_2_MIT.txt
iinfer/licenses/LICENSE_typing_extensions_4_15_0_PSF-2_0.txt
iinfer/licenses/LICENSE_tzdata_2025_3_Apache-2_0.txt
iinfer/licenses/LICENSE_tzlocal_5_3_1_MIT_License.txt
iinfer/licenses/LICENSE_uritemplate_4_2_0_BSD_3-Clause_OR_Apache-2_0.txt
iinfer/licenses/LICENSE_urllib3_2_6_2_MIT.txt
iinfer/licenses/LICENSE_uvicorn_0_40_0_BSD-3-Clause.txt
iinfer/licenses/LICENSE_watchdog_6_0_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_wcwidth_0_2_14_MIT_License.txt
iinfer/licenses/LICENSE_websockets_15_0_1_BSD_License.txt
iinfer/licenses/LICENSE_wheel_0_45_1_MIT_License.txt
iinfer/licenses/LICENSE_wrapt_1_17_3_BSD_License.txt
iinfer/licenses/LICENSE_wsproto_1_3_2_MIT.txt
iinfer/licenses/LICENSE_yarl_1_22_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_zipp_3_23_0_MIT.txt
iinfer/licenses/LICENSE_zope_event_6_1_ZPL-2_1.txt
iinfer/licenses/LICENSE_zope_interface_8_1_1_Zope_Public_License.txt
iinfer/licenses/files.txt
iinfer/tools/__init__.py
iinfer/tools/gentest.py
iinfer/tools/datas/000001_client_capture.json
iinfer/tools/datas/010001_client_deploy.json
iinfer/tools/datas/010101_client_start.json
iinfer/tools/datas/010201_client_predict.json
iinfer/tools/datas/010301_postprocess_det_filter.json
iinfer/tools/datas/010302_postprocess_det_jadge.json
iinfer/tools/datas/010401_client_deploy_list.json
iinfer/tools/datas/010501_client_stop.json
iinfer/tools/datas/010601_client_undeploy.json
iinfer/tools/datas/020001_client_deploy.json
iinfer/tools/datas/020101_client_start.json
iinfer/tools/datas/020201_client_predict.json
iinfer/tools/datas/020501_client_stop.json
iinfer/tools/datas/020601_client_undeploy.json
iinfer/tools/datas/030101_client_predict_type_list.json
iinfer/tools/datas/030201_client_train_type_list.json
iinfer/tools/datas/injections/after_det_filter_injection2.py
iinfer/tools/datas/injections/after_injection.json
iinfer/tools/datas/injections/before_grayimg_injection2.py
iinfer/tools/datas/injections/before_injection.json
iinfer/tools/datas/predicts/mmdet_det_YoloX2.py
iinfer/tools/datas/trains/mmdet_det_YoloX2.py
iinfer/web/annotation.html
iinfer/web/assets_license_list.txt
iinfer/web/showimg.html
iinfer/web/webcap.html
iinfer/web/assets/agent/agent_logo.png
iinfer/web/assets/agent/agent_logo.svg
iinfer/web/assets/annotation/annotation.js
iinfer/web/assets/annotation/main.css
iinfer/web/assets/annotation/main.js
iinfer/web/assets/iinfer/favicon.ico
iinfer/web/assets/iinfer/icon.png
iinfer/web/assets/iinfer/svgicon.js
iinfer/web/assets/showimg/showimg.js
iinfer/web/assets/webcap/webcap.js