Fast path
- Install the package and native runtime extras.
- Build a detector with
simpledet.suite.build_detector(...).
- Run
run_training(detector_spec=...) or run_project(...) for training and evaluation.
- 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