You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Currently semantic segmentation and instance segmentation share the run_segmentation.py CLI. However, Dynamorph uses non-DL approach for instance segmentation which has quite different parameter set from the DL-based semantic segmentation module. This causes confusion on which parameters belong to semantic segmentation or instance segmentation modules. For examples, multiprocessing of instance segmentation is controlled by gpu_ids parameter, even though the module runs on CPUs.
Solution
Move instance segmentation module to run_patch CLI. This will also allow possibly run instance_segmentation and then extrac_patches steps in a single command.
_
The text was updated successfully, but these errors were encountered:
Issue
Currently semantic segmentation and instance segmentation share the
run_segmentation.py
CLI. However, Dynamorph uses non-DL approach for instance segmentation which has quite different parameter set from the DL-based semantic segmentation module. This causes confusion on which parameters belong to semantic segmentation or instance segmentation modules. For examples, multiprocessing of instance segmentation is controlled bygpu_ids
parameter, even though the module runs on CPUs.Solution
Move instance segmentation module to
run_patch
CLI. This will also allow possibly runinstance_segmentation
and thenextrac_patches
steps in a single command._
The text was updated successfully, but these errors were encountered: