Skip to content

Improvement: Fix DeepFilterNetCommandBuilder::setInputFile() limitation #52

@omeryusufyagci

Description

@omeryusufyagci

Due to a limitation of the underlying model, we cannot pass an input file flag (for OS calling).
This causes an issue where the user has to know when to call the setInputFile() method first, which diverges from the builder pattern, and is just not nice.

We need a solution for this without sacrificing the const-correctness and diverging from the pattern.

More details in the DeepFilterCommandBuilder.h file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreMedia processing component, the core C++ binary.help wantedExtra attention is neededimprovementImprove existing functionality

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions