-
Notifications
You must be signed in to change notification settings - Fork 58
Labels
modelIssues related to exporting, improving, fixing ML modelsIssues related to exporting, improving, fixing ML modelsuser expThis issue tackles problems with user experience e.g. overcomplicated APIThis issue tackles problems with user experience e.g. overcomplicated API
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
modelIssues related to exporting, improving, fixing ML modelsIssues related to exporting, improving, fixing ML modelsuser expThis issue tackles problems with user experience e.g. overcomplicated APIThis issue tackles problems with user experience e.g. overcomplicated API