MyungJoo Ham
MyungJoo Ham
Ok... I'll do PPA packaing for Tensorflow 2.x first, following https://build.opensuse.org/package/show/science:machinelearning/tensorflow2 , and then, try this issue with latest Tensorflow 2.x. Tensorflow 1.13 doesn't seem to support it anyway.
1. Please write in a single C++ file, inheriting ```tensor_filter_subplugin``` class. For example, ```tensor_filter_snpe.cc```. 2. Please make it portable. It should be able to be built (and tested) in a...
Try to use ORC, refer to https://github.com/nnstreamer/nnstreamer/blob/main/gst/nnstreamer/elements/gsttensor_transform.c and https://github.com/nnstreamer/nnstreamer/blob/main/gst/nnstreamer/elements/nnstreamer-orc.orc
Debugging Advices: 1. Try a minimal code that recreates the issue. 2. Check warning messages. How-to: https://gstreamer.freedesktop.org/documentation/tutorials/basic/debugging-tools.html?gi-language=c 3. Check if ```libvx_delegate.so``` is properly loaded by tensorflow2-lite subplugin. - Unfortunately, the...
Because I have never put my hands on NXP's NPUs, I cannot be sure on its actual behaviors. However, in general, NPUs, especially those in embedded devices, target specific neural...
@songgot #4351 shows this error again: ``` [ RUN ] datareposrc.fps30ReadFlexibleTensors Elapsed time: 0.787676 second ../tests/nnstreamer_datarepo/unittest_datareposrc.cc:670: Failure Expected: (0.8) < (elapsed_time), actual: 0.8 vs 0.787676 Elapsed time: 0.008762 second ```
Happened again: ``` [ RUN ] datareposrc.fps30ReadFlexibleTensors Elapsed time: 0.322722 second ../tests/nnstreamer_datarepo/unittest_datareposrc.cc:670: Failure Expected: (0.8) < (elapsed_time), actual: 0.8 vs 0.322722 Elapsed time: 0.007630 second [ FAILED ] datareposrc.fps30ReadFlexibleTensors (766...
``` [ RUN ] datareposrc.fps30ReadFlexibleTensors Elapsed time: 0.653894 second ../tests/nnstreamer_datarepo/unittest_datareposrc.cc:670: Failure Expected: (0.8) < (elapsed_time), actual: 0.8 vs 0.653894 Elapsed time: 0.002627 second [ FAILED ] datareposrc.fps30ReadFlexibleTensors (1068 ms) ```
We are not seeing this anymore.
Done!