Is simpledet.train a shell command?
No. It is a public Python callable.
SimpleDet Docs
Short answers to the questions that come up most often when onboarding to the current codebase.
Use this page for quick clarifications after you have already read the main onboarding pages.
simpledet.train a shell command?No. It is a public Python callable.
Use simpledet.suite plus the native runtime helpers for any real experiment. Use the lightweight path only for smoke tests.
You can use any timm backbone that exposes usable feature metadata. For non-timm backbones, provide backbone_cfg and feature_channels.
COCO JSON for the suite and pipeline workflow.