Closed gichan-jang closed 3 years ago
:memo: Version: 1.20190225. Thank you for submitting PR #244. 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://nnsuite.mooo.com/.
:octocat: cibot: @gichan-jang, A builder checker could not be completed because one of the checkers is not completed. In order to find out a reason, please go to http://nnsuite.mooo.com/nnstreamer-example/ci/repo-workers/pr-checker/244-202012140923280.83127808570862-4d05b51ac5bd60d32c923b54204aaf83c130f5fd/.
:octocat: cibot: @gichan-jang, **** does not include doxygen tags such as @file @brief @author @bug. You must include the doxygen tags in the source code at least.
:octocat: cibot: @gichan-jang, You wrote code with incorrect doxygen statements. Please check a doxygen rule at http://github.com/nnsuite/TAOS-CI/blob/master/ci/doc/doxygen-documentation.md
:octocat: cibot: @gichan-jang, One of the format checkers is failed. If you want to get a hint to fix this issue, please go to https://github.com/nnstreamer/nnstreamer-example/wiki/.
:octocat: cibot: @gichan-jang, **** does not include doxygen tags such as @file @brief @author @bug. You must include the doxygen tags in the source code at least.
:octocat: cibot: @gichan-jang, You wrote code with incorrect doxygen statements. Please check a doxygen rule at http://github.com/nnsuite/TAOS-CI/blob/master/ci/doc/doxygen-documentation.md
:octocat: cibot: @gichan-jang, One of the format checkers is failed. If you want to get a hint to fix this issue, please go to https://github.com/nnstreamer/nnstreamer-example/wiki/.
:octocat: cibot: @gichan-jang, A builder checker could not be completed because one of the checkers is not completed. In order to find out a reason, please go to http://nnsuite.mooo.com/nnstreamer-example/ci/repo-workers/pr-checker/244-202012161621330.14848589897156-8185fc40c4101fcbe2620a1ed0abaeb5e2008723/.
:octocat: cibot: @gichan-jang, **** does not include doxygen tags such as @file @brief @author @bug. You must include the doxygen tags in the source code at least.
:octocat: cibot: @gichan-jang, You wrote code with incorrect doxygen statements. Please check a doxygen rule at http://github.com/nnsuite/TAOS-CI/blob/master/ci/doc/doxygen-documentation.md
:octocat: cibot: @gichan-jang, One of the format checkers is failed. If you want to get a hint to fix this issue, please go to https://github.com/nnstreamer/nnstreamer-example/wiki/.
:octocat: cibot: @gichan-jang, A builder checker could not be completed because one of the checkers is not completed. In order to find out a reason, please go to http://nnsuite.mooo.com/nnstreamer-example/ci/repo-workers/pr-checker/244-202012161623540.50026607513428-7d56c4320318cb703954523cd62d164b6b653dee/.
:octocat: cibot: @gichan-jang, A builder checker could not be completed because one of the checkers is not completed. In order to find out a reason, please go to http://nnsuite.mooo.com/nnstreamer-example/ci/repo-workers/pr-checker/244-202012161631420.99435901641846-14217feb5a9c81f614d71c5b950b22f3964173e4/.
C-API sample app is uploaded.
Can you use inputCombination/outputCombination of tensor-filter to avoid a tee? (You will need to draw the diagram carefully so that input/output combination is adequately described.)
~Got it. I will replace tee
with outputCombination
from the early exit module.~
tee
is replaced withoutputCombination
from the early exit module.
:octocat: cibot: @gichan-jang, One of the format checkers is failed. If you want to get a hint to fix this issue, please go to https://github.com/nnstreamer/nnstreamer-example/wiki/.
Add early exit ntework sample application with multiple modules. If the average brightness value of the input video is more than 100, it does not pass through the next EE module and sends the results immediately.
Signed-off-by: gichan-jang gichan2.jang@samsung.com
Self evaluation: