nnstreamer / nnstreamer-example

Example applications of nnstreamer. Note that we have to enable the 'apptest" CI module in the near future.
GNU Lesser General Public License v2.1
79 stars 71 forks source link

[bash_script] Add mobilenetv2/squeezenet ncnn example #320

Closed sharaelong closed 11 months ago

sharaelong commented 11 months ago

Add a bash script example of object detection using mobilenetv2 and image classification using squeezenet with ncnn framework.

Self evaluation:

Build test: [X]Passed [ ]Failed [ ]Skipped Run test: [X] Passed [ ]Failed [ ]Skipped

taos-ci commented 11 months ago

:memo: TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #320. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your PR must pass all verificiation processes of cibot before starting a review process from reviewers. If you are new member to join this project, please read manuals in documentation folder and wiki page. In order to monitor a progress status of your PR in more detail, visit http://ci.nnstreamer.ai/.

taos-ci commented 11 months ago

:octocat: cibot: @sharaelong, The last line of a text file must have a newline character. Please append a new line at the end of the line in bash_script/example_object_detection_ncnn/meson.build.

taos-ci commented 11 months ago

INFO: You can read if there are misspelled characters at our misspelling check report. Please read http://ci.nnstreamer.ai/nnstreamer-example/ci/repo-workers/pr-checker/320-202312181504310.74889802932739-2e0e00cb71868a67633d5a4429642cfdccd0ce16/report/misspelling_result.txt.

taos-ci commented 11 months ago

To contributor, We have used 'Signed-off-by:' notation by default to handle the license issues, that result from contributors. Note that 'Is there a Signed-off-by line?' is important because lawyers tell us we must have to it to cleanly maintain the open-source license issues even though it has nothing to do with the code itself.

taos-ci commented 11 months ago

:octocat: cibot: @sharaelong, The last line of a text file must have a newline character. Please append a new line at the end of the line in bash_script/example_object_detection_ncnn/meson.build.

taos-ci commented 11 months ago

INFO: You can read if there are misspelled characters at our misspelling check report. Please read http://ci.nnstreamer.ai/nnstreamer-example/ci/repo-workers/pr-checker/320-202312181515320.86131000518799-4c20eefdfc63108a6a0938b5bed9e7600ee686a2/report/misspelling_result.txt.

taos-ci commented 11 months ago

To contributor, We have used 'Signed-off-by:' notation by default to handle the license issues, that result from contributors. Note that 'Is there a Signed-off-by line?' is important because lawyers tell us we must have to it to cleanly maintain the open-source license issues even though it has nothing to do with the code itself.

taos-ci commented 11 months ago

INFO: You can read if there are misspelled characters at our misspelling check report. Please read http://ci.nnstreamer.ai/nnstreamer-example/ci/repo-workers/pr-checker/320-202312181526430.9843111038208-94ee9848f0439f0a19eb5d904cd49095259e4c61/report/misspelling_result.txt.

taos-ci commented 11 months ago

INFO: You can read if there are misspelled characters at our misspelling check report. Please read http://ci.nnstreamer.ai/nnstreamer-example/ci/repo-workers/pr-checker/320-202312190442580.91388893127441-5f783cb15cdd3143bc70be2a441ed5aa77b89173/report/misspelling_result.txt.

myungjoo commented 11 months ago

Please update https://github.com/nnstreamer/nnstreamer-example/blob/main/bash_script/example_models/get-model.sh so that the corresponding model files can be downloaded automatically.

goranmoomin commented 11 months ago

Please update https://github.com/nnstreamer/nnstreamer-example/blob/main/bash_script/example_models/get-model.sh so that the corresponding model files can be downloaded automatically.

Done.

goranmoomin commented 11 months ago

We believe that with the latest commit, installing the relevant scrips and running the following examples will work without any problems.

$ get-model.sh object-detection-ncnn && gst-launch-object-detection-ncnn.sh
$ get-model.sh image-classification-ncnn && gst-launch-image-classification-ncnn.sh