MyungJoo Ham

Results 168 comments of MyungJoo Ham

You will need to ensure using flexible tensors (```other/tensors,format=flexible```).

After recent changes in error messages, I'm pretty sure that we will get more detailed error messages. However, with recent versions, this pipeline does not incur any errors (automatically uses...

> @myungjoo Building pytorch subplugin fails without those header files. Should the subplugin be disabled? Nope. don't disable it. I'll see if there is other ways to resolve this.

https://lists.lfaidata.foundation/g/nnstreamer-technical-discuss/message/63 @anyj0527, you can add something like ``` #if not gcc #error Because a few of PyTorch's header files are GPL3 w/ GCC exception, we allow to build nnstreamer-pytorch only...

> @myungjoo Android NDK uses clang, so this is still problem. It's ok to exclude pytorch (and nnstreamer-pytorch build) in Android. We just shouldn't do so with Ubuntu, Yocto, and...

I'll exclude non-gcc build from pytorch subplugin. Notice for android-resource users is at https://github.com/nnstreamer/nnstreamer-android-resource/pull/34

Done. ```#7``` is resolved by disabling non-gcc build of pytorch subplugin.

There could be two different approaches for tensor_filter. (I consider tensor_filter as the only target for now) 1. Do close(pause)/open centrally from tensor-fitler. No need to touch subplugins 2. As...

Great! If you have fixed all of such examples, please close this.

> tensor-flexcrop > > input (other/tensors) > > * 1st : origin tensor [c,w,h] > * 2nd : list of region info [x,y,w,h] / max num 16 ---> fixed size...