Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7bbfba10 authored by DEBREUVE Eric's avatar DEBREUVE Eric
Browse files

added in_parallel prm

parent 83da42da
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ if with_plot:
# -- Extentions
print("\n--- Extension Detection")
enhanced_ext, ext_scales = extension_t.EnhancedForDetection(image_for_ext)
enhanced_ext, ext_scales = extension_t.EnhancedForDetection(image_for_ext, in_parallel=in_parallel)
ext_nfo["coarse_map"] = extension_t.CoarseMap(enhanced_ext, ext_low_c, ext_high_c)
ext_nfo["coarse_map"] = extension_t.FilteredCoarseMap(ext_nfo["coarse_map"])
ext_nfo["map"] = extension_t.FineMapFromCoarseMap(ext_nfo["coarse_map"])
......
......@@ -46,3 +46,5 @@ max_straight_sq_dist_c = 30 ** 2
max_weighted_length_c = 20.0
min_area_c = 1000
in_parallel = False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment