Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Move instance segmentation module to run_patch CLI #38

Open
smguo opened this issue Jul 19, 2021 · 0 comments
Open

Move instance segmentation module to run_patch CLI #38

smguo opened this issue Jul 19, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@smguo
Copy link
Collaborator

smguo commented Jul 19, 2021

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 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.

_

@smguo smguo added the enhancement New feature or request label Jul 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant