MyungJoo Ham

Results 215 comments of MyungJoo Ham

> If suppression is set like this: `valgrind ......... --suppressions=path/to/gst.supp ....`, there is no reported memleak. Those suppression files (gst.supp, glib.supp) should be added in #3739? > > REF: >...

Custom ops exist in custom tflite binaries. As long as we allow to use custom tflite binaries with tflite-custom subplugins, this is supported. Thus #3726 (and its follow-up PRs) will...

Ok.. so after the discussion, I now understand that this is custom ops in another .so file, not in libtensorflow-lite.so file. So, you would like to have such custom ops...

# Plan (WIP) ## Path rules /gst/nnstreamer/include/\*.h headers to be exported /gst/nnstreamer/\*.h headers to be used internally by /gst/nnstreamer/\*, /ext/nnstreamer/\* /gst/nnstreamer/${module}/\*.h don't be used out of /gst/nnstreamer/\* /ext/nnstreamer/\*..\*/\*.h never exported....

minor issues in this topic: - nnsconf_* functions in nnstreamer_internal.h (move to nnstreamer_conf.h?) -

Plan B Issue: when libtensorflow-lite-custom.so is not available at the pipeline construction (tensor-filter loading), we need to generate proper (not killing the app) error!

tensor_decoder is designed to support general GSTCAP as its output: video, audio, and text. Thus, for video-only "decoding", I'd suggest: Approach 1: make a "video" mode for tensor-decoder so that...

- TensorRT is already included. You just need to enable it via build options. (and install TensorRT package properly before building nnstreamer) - If you want to write a "sub-plugin"...