Added the option of choosing between image or json
Created by: laramaktub
Description
Included feature in inference allowing to choose between image or json
Fixes # (issue)
Type of change
Please delete options that are not relevant.
-
New feature (non-breaking change which adds functionality)
How Has This Been Tested?
I have tested it with a use case prepared for giving as input the two kind of outputs and with a generic old use case allowing only jsons as input.
Checklist:
-
My code follows the style guidelines of this project -
I have performed a self-review of my own code -
I have commented my code, particularly in hard-to-understand areas -
I have made corresponding changes to the documentation -
My changes generate no new warnings -
I have added tests that prove my fix is effective or that my feature works -
New and existing unit tests pass locally with my changes