AdelaiDet
SkillAI & models"Routes AdelaiDet users through legacy-compatible setup, model
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the AdelaiDet skill
What this skill tells your AI
The instructions your AI receives, as published by vectorspacelab/arex-skill in skills/repositories/repo-skills/adelai-det/SKILL.md and read by ahel’s review.
AdelaiDet is an AIM/Adelaide Detectron2-based research platform for instance-level recognition: object detection, instance segmentation, text spotting, keypoint detection, and related deployment utilities. Use this repo skill when a task names AdelaiDet, adet, FCOS, BlendMask, CondInst, BoxInst, SOLOv2, BAText/ABCNet, MEInst, FCPose, DenseCL, or asks how to train, evaluate, demo, prepare data, or export models for this repository.
Start here
- Read
references/repo-provenance.mdbefore refreshing the skill or checking whether the source snapshot matches a task. - Read
references/compatibility.mdbefore installing or building AdelaiDet. This repo is legacy Detectron2 code and needs a version-compatible PyTorch/CUDA stack. - Read
references/model-overview.mdto choose a config family and understand which workflow owns it. - Read
references/api-reference.mdfor the verified import surface, config keys, registries, custom ops, and public CLIs. - Read
references/troubleshooting.mdwhen install, import, CUDA extension, CLI, dataset, checkpoint, or export errors appear.
Install and smoke-check
The verified runtime stack is CUDA-capable and legacy-compatible:
- Python 3.9
- PyTorch 1.10.x with CUDA 11.3
- TorchVision 0.11.x
- Detectron2 0.6 built for the same PyTorch/CUDA pair
- AdelaiDet installed editable from a matching source checkout
- Pillow
<10, rapidfuzz<3, NumPy1.23.x, and OpenCV headless4.8.x
Do not start with a modern PyTorch 2.x stack for unmodified AdelaiDet CUDA extensions: the source includes legacy THC headers in ml_nms.cu that are absent from PyTorch 2.x.
After installation, run the skill-owned smoke check:
python scripts/check_install.py --cuda-ops
Run without --cuda-ops only when you intentionally need a CPU/import-only diagnosis.
Route map
setup-build
Use this route for environment creation, Detectron2/PyTorch/CUDA versioning, editable builds, compiled adet._C checks, custom op smoke tests, and install failure diagnosis.
Read:
sub-skills/setup-build/SKILL.mdsub-skills/setup-build/references/setup-build.mdsub-skills/setup-build/references/runtime-checks.md
train-eval
Use this route for Detectron2-style AdelaiDet training, evaluation, config overrides, model-family selection for training, checkpoints, distributed launches, and output directory expectations.
Read:
sub-skills/train-eval/SKILL.mdsub-skills/train-eval/references/train-eval-workflows.mdsub-skills/train-eval/references/config-selection.md
demo-visualize
Use this route for image/video/webcam demos, VisualizationDemo, confidence thresholds, text/non-text visualizations, and dataset visualization.
Read:
sub-skills/demo-visualize/SKILL.mdsub-skills/demo-visualize/references/demo-workflows.mdsub-skills/demo-visualize/references/visualization.md
text-spotting
Use this route for ABCNet/BAText, BezierAlign, text datasets, custom dictionaries, lexicons, text evaluation, and OCR-specific pitfalls.
Read:
sub-skills/text-spotting/SKILL.mdsub-skills/text-spotting/references/text-workflows.mdsub-skills/text-spotting/references/text-data-and-eval.md
data-prep
Use this route for COCO/PIC/LVIS/text dataset layouts, semantic mask generation, dataset registration, mapper expectations, MEInst mask encoding, and data validation.
Read:
sub-skills/data-prep/SKILL.mdsub-skills/data-prep/references/dataset-preparation.mdsub-skills/data-prep/references/data-formats.md
export-convert
Use this route for checkpoint key conversion, optimizer stripping, FCOS/BlendMask weight migration, ONNX export, and optional Caffe/NCNN/TensorRT deployment caveats.
Read:
sub-skills/export-convert/SKILL.mdsub-skills/export-convert/references/export-and-checkpoints.mdsub-skills/export-convert/references/onnx-export.md
Skill-owned scripts
scripts/check_install.py— verify import, Detectron2 registries, config keys, and optionally CUDA custom ops.- Sub-skill scripts wrap or adapt the repository workflows with preflight validation. When a script asks for
--repo-root, pass a source checkout matching the provenance baseline or a refreshed AdelaiDet checkout.
Operating cautions
- Full training, evaluation, demos with real images, and ONNX runtime validation need external datasets, model weights, and sometimes extra runtimes. Use help/dry-run checks first.
- ONNX/Caffe/NCNN/TensorRT shell pipelines from the source repository are reference-only here because they assume external workspaces and large artifacts.
- Keep installation/build issues routed to
setup-build; do not debug model configs untilscripts/check_install.py --cuda-opspasses for CUDA workflows.
Signals
- GitHub stars
- 266
- Forks
- 21
- Last commit
- Sep 2026
ahel review
K1binfo
installs-packages (in references/compatibility.md)K1binfo
installs-packages (in references/troubleshooting.md)K1binfo
installs-packages (in sub-skills/setup-build/SKILL.md)K1binfo
installs-packages (in sub-skills/setup-build/references/setup-build.md)K1binfo
installs-packages (in sub-skills/text-spotting/references/text-data-and-eval.md)
Automated review, not a security audit. Ruleset v1+k2.
Advanced
- Catalog kind
- skill
- Gateway key
adelai-det- Source
- github.com/vectorspacelab/arex-skill