What problem does it solve?
This Skill helps you adapt and run external PyTorch object detection models inside DeepDetect without hand-wiring every backend detail, reducing the friction of model import, training, and inference integration.
Core Features & Use Cases
- External worker integration: Connect target PyTorch code through the managed external worker backend and the
external-pytorch-detector profile.
- Model porting and adaptation: Map model factories, configs, checkpoints, label conventions, and box formats into DeepDetect-compatible workflows.
- Training and inference validation: Test dataset loading, connector pull flows, prediction conversion, and checkpoint compatibility for detection models.
- Use case: Use this Skill when bringing a third-party detector into DeepDetect and you need a reusable adapter, repeatable CLI workflow, and clear conversion rules.
Quick Start
Use this Skill to inspect an external PyTorch detector, define the adapter entrypoint, and run DeepDetect training and inference with the external-pytorch-detector profile.