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

Move instance segmentation module to run_patch CLI #38

@smguo

Description

@smguo

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.

_

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions