~kparichay/nnstreamer/+git/trunk:nnfw_json_parse

Last commit made on 2020-01-15
Get this branch:
git clone -b nnfw_json_parse https://git.launchpad.net/~kparichay/nnstreamer/+git/trunk

Branch merges

Branch information

Name:
nnfw_json_parse
Repository:
lp:~kparichay/nnstreamer/+git/trunk

Recent commits

8a28d23... by Parichay Kapoor <email address hidden>

[nnfw] Verify input model filename

Added verification of input model filename
This is performed by parsing the metadata/MANIFEST file to be provided with the model
The first model in the list of models should be the model to be run by nnfw
json-glib is added as dependency to allow json parsing
Corresponding unittest is also added

Resolve: #1981

Signed-off-by: Parichay Kapoor <email address hidden>

bdbb6bc... by Jaeyun <email address hidden>

[Spec] cleanup build option

move to proper build option and cleanup unnecessary option.

Signed-off-by: Jaeyun Jung <email address hidden>

21425d5... by Jaeyun <email address hidden>

[CodeClean] remove unnecessary code

Now single API does not use the pipeline. Remove unnecessary function to get caps from tensor-info.

Signed-off-by: Jaeyun Jung <email address hidden>

b5499b6... by Parichay Kapoor <email address hidden>

[common] Added proper GstCaps framerate comparison

Added proper comparison of GstCaps framerate (1/2 == 2/4)
Added corresponding unittest cases

Signed-off-by: Parichay Kapoor <email address hidden>

cbb65b0... by Wook Song

[Tests/FilterExtCommon] Generate test cases using meson

In order to generate test cases from the template file to which the most
recent modification has been applied, this patch changes the approach
for the test case generation from the existing bash script to the meson
build script.

Signed-off-by: Wook Song <email address hidden>

76f60e9... by Jaeyun <email address hidden>

[CodeClean] fix coverity issue

check exception case in testcases.

Signed-off-by: Jaeyun Jung <email address hidden>

5d0db29... by Hyoung Joo Ahn

[Caffe2] Change how headers are included

The headers are not in this project. Though it does not occur errors, to prevent misunderstanding, it needs to be fixed.

Signed-off-by: HyoungJoo Ahn <email address hidden>

71d240e... by MyungJoo Ham

Documentation Update of 2020.01

We have been progressed a lot. Update the documentation accordingly.

V2: fixed typos

Signed-off-by: MyungJoo Ham <email address hidden>

21bebe3... by Wook Song

[Ext/Filter/TFLite] Enable a TensorFilter's property, verify_model_path

This patch enables a GstTensorFilter's property, verify_model_path,
which is newly added.

Signed-off-by: Wook Song <email address hidden>

fef0210... by Wook Song

[Filter/Common/Reload] Define the behavior for verify_model_path

This patch defines the behaviour of reloading model files when the
verify_model_path is set to TRUE.

Signed-off-by: Wook Song <email address hidden>