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

move instance segmentation to patch CLI#41

Open
bryantChhun wants to merge 19 commits intomainfrom
instanceseg_to_patch
Open

move instance segmentation to patch CLI#41
bryantChhun wants to merge 19 commits intomainfrom
instanceseg_to_patch

Conversation

@bryantChhun
Copy link
Copy Markdown
Contributor

Solves issue #38 .

Purpose:

instance segmentation is categorized under the segmentation CLI module, but it actually makes more sense to be within extract patches. This is because instance segmentation does not require any DNN inference/training and is used primarily by the patching module. Plus, segmentation as implemented in dynamorph is not necessary -- one could achieve segmentation with normal CV methods.

@bryantChhun bryantChhun requested a review from smguo September 1, 2021 17:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant