# SMQTK-Detection **Repository Path**: mirrors_Kitware/SMQTK-Detection ## Basic Information - **Project Name**: SMQTK-Detection - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-24 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SMQTK - Detection ## Intent This package provides interfaces and support for black-box object detection. ## Documentation Documentation is [hosted on ReadTheDocs.io here]( https://smqtk-detection.readthedocs.io/en/stable/). You can build the sphinx documentation locally for the most up-to-date reference: ```bash # Install dependencies poetry install # Navigate to the documentation root. cd docs # Build the docs. poetry run make html # Open in your favorite browser! firefox _build/html/index.html ```