Skip to content

Draft: Update CTD2023 Example

Sylvain Caillou requested to merge SC_dev_README_CTD into dev

This MR contains:

  • Update of CTD2023 example README file
  • Infer and eval config files for track building stage
  • An alternative model, quite faster than wrangler walktrough algorithm based on CC beyond a high score cut (score_cut_high in config file) + Between a low score (score_cut_high in config file) cut and a high score cut (score_cut_high in config file) : a "All Simple Path" processing (using Networkx all_simple_path method) with a requirement of a minimal lenght for path (min_path_lenght in config file)
  • Some minor corrections to minimal integration of Alexis's code

This MR have been tested on each stage of the demo example.

Merge request reports

Loading