MyungJoo Ham
MyungJoo Ham
Oh.. and.. it's direct_video, not directvideo. With ```GST_DEBUG=2```, it will show: ``` ERROR tensor_decoder gsttensor_decoder.c:521:gst_tensordec_set_property: The given mode for tensor_decoder, directvideo, is unrecognized. ``` Anyway, you still need to make...
@wooksong Is this the issue related with C++OO ? (It's you that mentioned this, right?)
We need to clarify the policy and the behaviors of SUSPEND/RESUME. I presume the followings: 1. They are NOT nested. ``` {Call SUSPEND; Call SUSPEND; Call RESUME} ``` == ```...
We will be helding nnstreamer conference in September. We would like to invite a talk (about the nnstreamer usage in WebOS) in the conference: https://github.com/nnstreamer/nnstreamer/issues/3665
You may use dunfell branch: https://github.com/nnstreamer/meta-neural-network/commits/dunfell
I don't see any string such as "nnstreamer-plugin-tensorflow" or "nnstreamer-plugin-meta" in my github repos. What are those? Whose codes are you referring to? I didn't write "core-image-weston.bb".
Refer to https://github.com/nnstreamer/meta-neural-network/blob/master/conf/layer.conf We have started with zeus (3.0). Thus, if you want it with pyro (2.3), you can test it by modifying conf/layer.conf and add/update related packages.
What is the input tensor requirement and output tensor requirement of your model file, "v5_nano_unquantized.tflite"? My first guess is dimension/type mismatch and tf-lite installation inconsistency. I'd recommend to write a...
> My main concern is below error: WARNING **: 12:29:38.517: Cannot identify the given neural network framework, tensorflow-lite For that, nnstreamer-check will give some answers. It could be the install...
> We also wanted to ask if we could run NNTrainer on a commercial off-the-shelf GPU. We currently have the NVIDIA A 6000. GPU support of NNTrainer is WIP. I...