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_mmcv.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_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/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_9_BSD_License.txt
iinfer/licenses/LICENSE_EbookLib_0_20_GNU_Affero_General_Public_License_v3_or_later-AGPLv3+.txt
iinfer/licenses/LICENSE_Jinja2_3_1_6_BSD_License.txt
iinfer/licenses/LICENSE_Mako_1_3_10_MIT_License.txt
iinfer/licenses/LICENSE_Markdown_3_10_2_BSD-3-Clause.txt
iinfer/licenses/LICENSE_MarkupSafe_3_0_3_BSD-3-Clause.txt
iinfer/licenses/LICENSE_Morfessor_2_0_6_BSD_License.txt
iinfer/licenses/LICENSE_PyJWT_2_11_0_MIT.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_48_MIT.txt
iinfer/licenses/LICENSE_Sphinx_9_0_4_BSD-2-Clause.txt
iinfer/licenses/LICENSE_a2a-sdk_0_3_24_Apache-2_0.txt
iinfer/licenses/LICENSE_aiofile_3_9_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_aiohappyeyeballs_2_6_1_Python_Software_Foundation_License.txt
iinfer/licenses/LICENSE_aiohttp_3_13_3_Apache-2_0_AND_MIT.txt
iinfer/licenses/LICENSE_aiosignal_1_4_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_aiosqlite_0_22_1_MIT_License.txt
iinfer/licenses/LICENSE_alabaster_1_0_0_BSD_License.txt
iinfer/licenses/LICENSE_alembic_1_18_4_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_1_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_asyncpg_0_31_0_Apache-2_0.txt
iinfer/licenses/LICENSE_attrs_25_4_0_MIT.txt
iinfer/licenses/LICENSE_babel_2_18_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_beautifulsoup4_4_14_3_MIT_License.txt
iinfer/licenses/LICENSE_build_1_4_0_MIT.txt
iinfer/licenses/LICENSE_cachetools_7_0_2_MIT.txt
iinfer/licenses/LICENSE_caio_0_9_25_UNKNOWN.txt
iinfer/licenses/LICENSE_certifi_2026_2_25_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_chunklet-py_2_2_0_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_8_MIT_License.txt
iinfer/licenses/LICENSE_cobble_0_1_4_BSD_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_5_Apache-2_0_OR_BSD-3-Clause.txt
iinfer/licenses/LICENSE_cycler_0_12_1_BSD_License.txt
iinfer/licenses/LICENSE_cyclopts_4_6_0_Apache-2_0.txt
iinfer/licenses/LICENSE_dataclasses-json_0_6_7_MIT_License.txt
iinfer/licenses/LICENSE_debugpy_1_8_20_MIT_License.txt
iinfer/licenses/LICENSE_defusedxml_0_7_1_Python_Software_Foundation_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_22_4_BSD_License-GNU_General_Public_License-GPL-Public_Domain.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_fastapi_0_135_1_MIT.txt
iinfer/licenses/LICENSE_fastmcp_3_1_0_Apache-2_0.txt
iinfer/licenses/LICENSE_fastuuid_0_14_0_BSD_License.txt
iinfer/licenses/LICENSE_filelock_3_25_0_MIT.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_2026_2_0_BSD-3-Clause.txt
iinfer/licenses/LICENSE_gevent_25_9_1_MIT.txt
iinfer/licenses/LICENSE_google-adk_1_26_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-api-core_2_30_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-api-python-client_2_191_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-auth-httplib2_0_3_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-auth_2_48_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-aiplatform_1_139_0_Apache_2_0.txt
iinfer/licenses/LICENSE_google-cloud-appengine-logging_1_8_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_2_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-bigquery_3_40_1_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-iam_2_21_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-logging_3_13_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-monitoring_2_29_1_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-pubsub_2_35_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-resource-manager_1_16_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_63_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-speech_2_37_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-storage_3_9_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-cloud-trace_1_18_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_google-crc32c_1_8_0_UNKNOWN.txt
iinfer/licenses/LICENSE_google-genai_1_65_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_2_MIT_AND_PSF-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_78_0_Apache-2_0.txt
iinfer/licenses/LICENSE_grpcio_1_78_0_Apache-2_0.txt
iinfer/licenses/LICENSE_gunicorn_25_1_0_MIT.txt
iinfer/licenses/LICENSE_h11_0_16_0_MIT_License.txt
iinfer/licenses/LICENSE_hf-xet_1_3_2_Apache-2_0.txt
iinfer/licenses/LICENSE_httpcore_1_0_9_BSD-3-Clause.txt
iinfer/licenses/LICENSE_httplib2_0_31_2_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_5_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_id_1_6_1_Apache_Software_License.txt
iinfer/licenses/LICENSE_idna_3_11_BSD-3-Clause.txt
iinfer/licenses/LICENSE_imagesize_1_5_0_MIT_License.txt
iinfer/licenses/LICENSE_importlib_metadata_8_7_1_Apache-2_0.txt
iinfer/licenses/LICENSE_indic-nlp-library_0_92_MIT_License.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_1_0_MIT.txt
iinfer/licenses/LICENSE_jaraco_functools_4_4_0_MIT.txt
iinfer/licenses/LICENSE_jiter_0_13_0_MIT_License.txt
iinfer/licenses/LICENSE_joblib_1_5_3_BSD-3-Clause.txt
iinfer/licenses/LICENSE_jsonpatch_1_33_BSD_License.txt
iinfer/licenses/LICENSE_jsonpointer_3_0_0_BSD_License.txt
iinfer/licenses/LICENSE_jsonref_1_1_0_MIT.txt
iinfer/licenses/LICENSE_jsonschema-path_0_4_5_Apache_Software_License.txt
iinfer/licenses/LICENSE_jsonschema-specifications_2025_9_1_MIT.txt
iinfer/licenses/LICENSE_jsonschema_4_26_0_MIT.txt
iinfer/licenses/LICENSE_keyring_25_7_0_MIT.txt
iinfer/licenses/LICENSE_kiwisolver_1_4_9_BSD_License.txt
iinfer/licenses/LICENSE_langchain-classic_1_0_1_MIT.txt
iinfer/licenses/LICENSE_langchain-community_0_4_1_MIT.txt
iinfer/licenses/LICENSE_langchain-core_1_2_17_MIT_License.txt
iinfer/licenses/LICENSE_langchain-text-splitters_1_1_1_MIT_License.txt
iinfer/licenses/LICENSE_langsmith_0_7_10_MIT.txt
iinfer/licenses/LICENSE_litellm_1_80_16_MIT_License.txt
iinfer/licenses/LICENSE_loguru_0_7_3_MIT_License.txt
iinfer/licenses/LICENSE_lxml_6_0_2_BSD-3-Clause.txt
iinfer/licenses/LICENSE_mammoth_1_11_0_BSD_License.txt
iinfer/licenses/LICENSE_markdown-it-py_4_0_0_MIT_License.txt
iinfer/licenses/LICENSE_markdownify_1_2_2_MIT_License.txt
iinfer/licenses/LICENSE_marshmallow_3_26_2_MIT_License.txt
iinfer/licenses/LICENSE_matplotlib_3_10_8_Python_Software_Foundation_License.txt
iinfer/licenses/LICENSE_mcp_1_26_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_mpire_2_10_2_MIT_License.txt
iinfer/licenses/LICENSE_mpmath_1_3_0_BSD_License.txt
iinfer/licenses/LICENSE_multidict_6_7_1_Apache_License_2_0.txt
iinfer/licenses/LICENSE_mypy_extensions_1_1_0_MIT.txt
iinfer/licenses/LICENSE_networkx_3_6_1_BSD-3-Clause.txt
iinfer/licenses/LICENSE_nh3_0_3_3_MIT.txt
iinfer/licenses/LICENSE_numpy_2_4_2_BSD-3-Clause_AND_0BSD_AND_MIT_AND_Zlib_AND_CC0-1_0.txt
iinfer/licenses/LICENSE_odfpy_1_4_1_Apache_Software_License-GNU_General_Public_License-GPL-GNU_Library_or_Lesser_General_Public_License-LGPL.txt
iinfer/licenses/LICENSE_openai_2_24_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_openapi-pydantic_0_5_1_MIT_License.txt
iinfer/licenses/LICENSE_opencv-python_4_13_0_92_Apache_Software_License.txt
iinfer/licenses/LICENSE_openpyxl_3_1_5_MIT_License.txt
iinfer/licenses/LICENSE_opentelemetry-api_1_38_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_38_0_Apache-2_0.txt
iinfer/licenses/LICENSE_opentelemetry-exporter-otlp-proto-http_1_38_0_Apache-2_0.txt
iinfer/licenses/LICENSE_opentelemetry-proto_1_38_0_Apache-2_0.txt
iinfer/licenses/LICENSE_opentelemetry-resourcedetector-gcp_1_11_0a0_Apache_Software_License.txt
iinfer/licenses/LICENSE_opentelemetry-sdk_1_38_0_Apache-2_0.txt
iinfer/licenses/LICENSE_opentelemetry-semantic-conventions_0_59b0_Apache-2_0.txt
iinfer/licenses/LICENSE_orjson_3_11_7_MPL-2_0_AND-Apache-2_0_OR_MIT.txt
iinfer/licenses/LICENSE_packaging_26_0_Apache-2_0_OR_BSD-2-Clause.txt
iinfer/licenses/LICENSE_pandas_3_0_1_BSD_License.txt
iinfer/licenses/LICENSE_pathable_0_5_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_pdfminer_six_20251230_MIT.txt
iinfer/licenses/LICENSE_pdfplumber_0_11_9_MIT_License.txt
iinfer/licenses/LICENSE_pillow_12_1_1_MIT-CMU.txt
iinfer/licenses/LICENSE_pip_26_0_1_MIT.txt
iinfer/licenses/LICENSE_platformdirs_4_9_2_MIT.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_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_1_Apache_Software_License.txt
iinfer/licenses/LICENSE_protobuf_6_33_5_3-Clause_BSD_License.txt
iinfer/licenses/LICENSE_psycopg-binary_3_3_3_LGPL-3_0-only.txt
iinfer/licenses/LICENSE_psycopg_3_3_3_LGPL-3_0-only.txt
iinfer/licenses/LICENSE_py-key-value-aio_0_4_4_Apache_Software_License.txt
iinfer/licenses/LICENSE_py3langid_0_3_0_BSD_License.txt
iinfer/licenses/LICENSE_pyOpenSSL_25_3_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_pyarrow_23_0_1_Apache-2_0.txt
iinfer/licenses/LICENSE_pyasn1_0_6_2_BSD-2-Clause.txt
iinfer/licenses/LICENSE_pyasn1_modules_0_4_2_BSD_License.txt
iinfer/licenses/LICENSE_pycparser_3_0_BSD-3-Clause.txt
iinfer/licenses/LICENSE_pycryptodome_3_23_0_BSD_License-Public_Domain.txt
iinfer/licenses/LICENSE_pydantic-settings_2_13_1_MIT.txt
iinfer/licenses/LICENSE_pydantic_2_12_5_MIT.txt
iinfer/licenses/LICENSE_pydantic_core_2_41_5_MIT.txt
iinfer/licenses/LICENSE_pylatexenc_2_10_MIT_License.txt
iinfer/licenses/LICENSE_pyparsing_3_3_2_MIT.txt
iinfer/licenses/LICENSE_pypdfium2_5_5_0_BSD-3-Clause-Apache-2_0-dependency_licenses.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_pysbd_0_3_4_MIT_License.txt
iinfer/licenses/LICENSE_pystray_0_19_5_GNU_Lesser_General_Public_License_v3-LGPLv3.txt
iinfer/licenses/LICENSE_python-box_7_4_1_MIT_License.txt
iinfer/licenses/LICENSE_python-crfsuite_0_9_12_MIT_License.txt
iinfer/licenses/LICENSE_python-dateutil_2_9_0_post0_Apache_Software_License-BSD_License.txt
iinfer/licenses/LICENSE_python-docx_1_2_0_MIT_License.txt
iinfer/licenses/LICENSE_python-dotenv_1_2_2_BSD-3-Clause.txt
iinfer/licenses/LICENSE_python-multipart_0_0_22_Apache-2_0.txt
iinfer/licenses/LICENSE_python-toon_0_1_3_MIT.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_2_1_MIT.txt
iinfer/licenses/LICENSE_referencing_0_37_0_MIT.txt
iinfer/licenses/LICENSE_regex_2026_2_28_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_3_3_MIT_License.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_safetensors_0_7_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_scikit-learn_1_8_0_BSD-3-Clause.txt
iinfer/licenses/LICENSE_scipy_1_17_1_BSD_License.txt
iinfer/licenses/LICENSE_sentence-transformers_5_2_3_Apache_Software_License.txt
iinfer/licenses/LICENSE_sentencex_0_6_1_MIT.txt
iinfer/licenses/LICENSE_sentsplit_1_0_8_UNKNOWN.txt
iinfer/licenses/LICENSE_setuptools_65_5_0_MIT_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_soupsieve_2_8_3_MIT.txt
iinfer/licenses/LICENSE_sphinx-argparse_0_5_2_MIT_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-sitemap_2_9_0_MIT.txt
iinfer/licenses/LICENSE_sphinx_fontawesome_0_0_6_GNU_General_Public_License_v2-GPLv2.txt
iinfer/licenses/LICENSE_sphinx_rtd_theme_3_1_0_MIT_License.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_sqlite-vec_0_1_6_MIT_License-Apache_License-Version_2_0.txt
iinfer/licenses/LICENSE_sqlparse_0_5_5_BSD_License.txt
iinfer/licenses/LICENSE_sse-starlette_3_3_2_BSD-3-Clause.txt
iinfer/licenses/LICENSE_starlette_0_52_1_BSD-3-Clause.txt
iinfer/licenses/LICENSE_striprtf_0_0_29_BSD-3-Clause.txt
iinfer/licenses/LICENSE_sympy_1_14_0_BSD_License.txt
iinfer/licenses/LICENSE_tabulate2_1_10_2_MIT_License.txt
iinfer/licenses/LICENSE_tabulate_0_9_0_MIT_License.txt
iinfer/licenses/LICENSE_tenacity_9_1_4_Apache_Software_License.txt
iinfer/licenses/LICENSE_threadpoolctl_3_6_0_BSD_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_2_Apache_Software_License.txt
iinfer/licenses/LICENSE_torch_2_10_0_BSD-3-Clause.txt
iinfer/licenses/LICENSE_tqdm_4_67_3_MPL-2_0_AND_MIT.txt
iinfer/licenses/LICENSE_transformers_5_2_0_Apache_2_0_License.txt
iinfer/licenses/LICENSE_twine_6_2_0_Apache-2_0.txt
iinfer/licenses/LICENSE_typer-slim_0_24_0_MIT.txt
iinfer/licenses/LICENSE_typer_0_24_1_MIT.txt
iinfer/licenses/LICENSE_typing-inspect_0_9_0_MIT_License.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_uncalled-for_0_2_0_MIT_License.txt
iinfer/licenses/LICENSE_uritemplate_4_2_0_BSD_3-Clause_OR_Apache-2_0.txt
iinfer/licenses/LICENSE_urllib3_2_6_3_MIT.txt
iinfer/licenses/LICENSE_uuid_utils_0_14_1_BSD-3-Clause.txt
iinfer/licenses/LICENSE_uvicorn_0_41_0_BSD-3-Clause.txt
iinfer/licenses/LICENSE_watchdog_6_0_0_Apache_Software_License.txt
iinfer/licenses/LICENSE_watchfiles_1_1_1_MIT_License.txt
iinfer/licenses/LICENSE_wcwidth_0_6_0_MIT.txt
iinfer/licenses/LICENSE_websockets_15_0_1_BSD_License.txt
iinfer/licenses/LICENSE_wheel_0_46_3_MIT.txt
iinfer/licenses/LICENSE_win32_setctime_1_2_0_MIT_License.txt
iinfer/licenses/LICENSE_wsproto_1_3_2_MIT.txt
iinfer/licenses/LICENSE_xxhash_3_6_0_BSD_License.txt
iinfer/licenses/LICENSE_yarl_1_23_0_Apache-2_0.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_2_ZPL-2_1.txt
iinfer/licenses/LICENSE_zstandard_0_25_0_BSD-3-Clause.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