SimpleDet Docs

Getting started

Compatibility landing page for users who expect the older docs URL. The main onboarding flow is now in the dedicated Quickstart page.

Use this page only as a bridge from the older URL structure. The main tutorial path now starts in Quickstart.

Fast path

  1. Install the package and native runtime extras.
  2. Build a detector with simpledet.suite.build_detector(...).
  3. Run run_training(detector_spec=...) or run_project(...) for training and evaluation.
  4. Use the notebooks in notebooks/Tools/ for guided examples.

Notebook entry points

notebooks/Tools/simpledet_showcase.ipynb
notebooks/Tools/create_train_object_detector.ipynb
notebooks/Tools/suite_00_backbone_catalog.ipynb
notebooks/Tools/suite_01_dense_detector.ipynb
notebooks/Tools/suite_02_roi_detector.ipynb
notebooks/Tools/suite_03_transformer_detector.ipynb
notebooks/Tools/suite_04_pipeline_training.ipynb
notebooks/Tools/suite_05_inference_evaluation.ipynb