Suite-driven experiment flow
build_detector(...)
-> compile_native_detector_plan(...)
-> run_training(...)
-> best checkpoint
-> evaluate() / test()
SimpleDet Docs
These diagrams are full-width visual summaries of the current workflow. Read them together with the conceptual pages: the diagrams show the shape of the process, while the docs explain the meaning of each step.
Use this page when you want the workflow at a glance before reading the more detailed conceptual explanation.
build_detector(...)
-> compile_native_detector_plan(...)
-> run_training(...)
-> best checkpoint
-> evaluate() / test()
load_dataset()
-> train(config=...)
-> epoch_001.pth
-> load_model()
-> predict()