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
78 stars 71 forks source link

[native/query] Change tensors caps #267

Closed gichan-jang closed 3 years ago

gichan-jang commented 3 years ago

Specify tensor format on the tensors caps.

Signed-off-by: Gichan Jang gichan2.jang@samsung.com

Self evaluation:

  1. Build test: [ *]Passed [ ]Failed [ ]Skipped
  2. Run test: [ *]Passed [ ]Failed [ ]Skipped
taos-ci commented 3 years ago

:memo: TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #267. 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://nnstreamer.mooo.com/.

myungjoo commented 3 years ago

Why? (please mention the reason in the commit message)

gichan-jang commented 3 years ago

Why? (please mention the reason in the commit message)

Thanks. There was a problem that config could not be obtained from GstStructure when tensors format was not specified. But It should operate normally without specifying the format as static is the default format. This PR is unnecessary. https://github.com/nnstreamer/nnstreamer/pull/3492 will solve this situation. Close this PR.