Backbone catalog
notebooks/Tools/suite_00_backbone_catalog.ipynb explores encoder discovery and compiled configs.
SimpleDet Docs
The repository uses notebooks as the didactic visual layer. Each notebook explains one stage of the workflow, from selecting a backbone to training and evaluating through the pipeline.
Use this page when you want to navigate the notebooks and visual assets instead of reading the prose docs first.
notebooks/Tools/suite_00_backbone_catalog.ipynb explores encoder discovery and compiled configs.
notebooks/Tools/suite_01_dense_detector.ipynb shows backbone swapping and dense head adaptation.
notebooks/Tools/suite_02_roi_detector.ipynb shows Mask R-CNN style assembly and ROI channel patching.
notebooks/Tools/suite_03_transformer_detector.ipynb covers ChannelMapper and decoder embed-dimension adaptation.
notebooks/Tools/suite_04_pipeline_training.ipynb shows the canonical training entry point.
notebooks/Tools/suite_05_inference_evaluation.ipynb keeps one detector spec across the whole lifecycle.
The repository also keeps simple SVG workflow assets under docs/assets/. These are useful for presentations, but the HTML pages and notebooks are the authoritative docs surface.