Skip to content
Snippets Groups Projects
Commit fd92303f authored by Tristan Walter's avatar Tristan Walter
Browse files

backwards compatibility

parent b75f06cc
Branches
Tags
No related merge requests found
......@@ -104,7 +104,14 @@ namespace default_config {
{"recognition_rect", "recognition_shapes"},
{"recognition_normalize_direction", "recognition_normalization"},
{"match_use_approximate", "match_mode"},
{"output_npz", "output_format"}
{"output_npz", "output_format"},
{"gui_heatmap_value_range", "heatmap_value_range"},
{"gui_heatmap_smooth", "heatmap_smooth"},
{"gui_heatmap_frames", "heatmap_frames"},
{"gui_heatmap_dynamic", "heatmap_dynamic"},
{"gui_heatmap_resolution", "heatmap_resolution"},
{"gui_heatmap_normalization", "heatmap_normalization"},
{"gui_heatmap_source", "heatmap_source"},
};
file::Path conda_environment_path() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment