Skip to content

Return the result of segmentation in the original size by default #796

@msluszniak

Description

@msluszniak

Currently, the model expects input of specific shape namely 1024x1024. By default it returns the output with this shape which in my opinion should never happen. As a user, I want always this output image to be the same shape as the original one. So the behaviour should utilize always reshape: true. This can be done in two ways. Either always use OpenCV to reshape the output tensor or try to export segmentation that accepts dynamic shape input and output

Metadata

Metadata

Assignees

Labels

modelIssues related to exporting, improving, fixing ML modelsuser expThis issue tackles problems with user experience e.g. overcomplicated API

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions