nnstreamer-example icon indicating copy to clipboard operation
nnstreamer-example copied to clipboard

Example applications of nnstreamer. Note that we have to enable the 'apptest" CI module in the near future.

Results 17 nnstreamer-example issues
Sort by recently updated
recently updated
newest added

Creative Integrated Design 1 =================== **Overall Description** This patch updated the function of 'image-classification by MXNet model' to original 'style-transfer demo app of tflite model'. **Specification** At first, user can...

We are going to close issues tab in this repo. Please describe issues at https://github.com/nnstreamer/nnstreamer instead.

Hello, @gichan-jang I have a question. I tried ubuntu PPA for nnstreamer-example: https://launchpad.net/~nnstreamer-example/+archive/ubuntu/ppa/+packages But there is build failure for arm64: https://launchpadlibrarian.net/480209386/buildlog_ubuntu-bionic-arm64.nnstreamer-example_0.1.1-0~202005161235~ubuntu18.04.1_BUILDING.txt.gz Is it possible to resolve build failure? Do you...

Contributhon

I suggest moving the example Wiki (https://github.com/nnstreamer/nnstreamer/wiki/usage-examples-screenshots) to the source tree in this repo (maybe in README.md). To be clear, I am talking about the specific wiki page, not the...

Contributhon

**Problem** Currently, "example_text_classification" example only supports English, so I would like to add a code to test the example in Korean. **Solution** Through Python, I will write an example code...

Contributhon

This repo has a lot of (16) shell scripts. So it would be great if we have certain rules for shell scripts to improve maintainability. The useful tool is [Shellchek](https://github.com/koalaman/shellcheck)....

Contributhon

This is an project of team-3 in OSS Contributhon. **Team Member** [hy-kiera](www.github.com/hy-kiera) [JawThrow](www.github.com/JawThrow) [ddeokho](www.github.com/ddeokho) [The current examples](https://github.com/nnstreamer/nnstreamer-example/tree/master/native) based C language are too difficult to follow them by beginner. Therefore, we...

Contributhon

** Message: 15:35:13.188: start app.. ** Message: 15:35:13.188: finished to load labels, total 12 ** Message: 15:35:13.201: alsasrc name=audio_src device=hw:0,0 ! audioconvert ! audio/x-raw,rate=16000,format=S16LE,channels=1 ! tee name=t_raw t_raw. ! queue...

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...

After building and installing nnstreamer-example in my local machine, I got the following files under ${prefix}/bin: ```bash -rw-r--r-- get-model-image-classification-tflite.sh -rw-r--r-- get-model-object-detection-tflite.sh -rw-r--r-- get-model-object-detection-tf.sh -rw-r--r-- get-model-speech-command.sh -rwxr-xr-x gst-launch-object-detection-tflite.sh -rwxr-xr-x gst-launch-object-detection-tf.sh -rwxr-xr-x...