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

[Feature request] Support tensorflow-lite basic model with bash_script #62

Open niklasjang opened 5 years ago

niklasjang commented 5 years ago

I am new to NNS. I think that I am not good enough at understanding NNS. To help someone like me, I suggest support all of six tensorflow-lite basic models as bash_script example.

it contains 6 models.

  1. Image Classification
  2. Object detection
  3. pose estimation
  4. segmentation
  5. style transfer
  6. smart reply

With this support, NNS will be able to prove that it can be applied to various models. And also it helps newbies understand faster and repository star increase fast.

It is first time to request feature for me. Let me know if it doesn't have enough information about what I am getting at.

taos-ci commented 5 years ago

:octocat: cibot: Thank you for posting issue #62. The person in charge will reply soon.

myungjoo commented 5 years ago

You may write such examples and contribute them :)

Because we already have a few of them, you can reuse the code and write yours easily.

niklasjang commented 5 years ago
  1. Style transfer example is stuck in reallocation problem. (https://github.com/nnsuite/nnstreamer/issues/1732)

  2. Image segmentation example is merged. (https://github.com/nnsuite/nnstreamer/pull/1801) But still it need to be improved.