MyungJoo Ham

Results 236 comments of MyungJoo Ham

I think it's done along with test cases, right? @niley7464 Please close this if you have enough test cases registered. (if you have #negativecases > #positivacase > N > 0...

Any follow-up commits of this issue (test cases & sample pipelines, dimension description backward-compatibility) should be applied to "for-next" until we have 7.0 M2 released.

@jaeyun-jung If we arleady have an example code, please link it (here and at /gst/nstreamer/tensor_crop/*.c 's main boilerplate) And you may provide more examples in the LINE 14-36 area as...

@jaeyun-jung After 7.0 M2 release (and RTOS builds of nns-edge), could you please let someone (or yourself) write a working pipeline example using crop (w/o appsink) to do crop a...

> The output of the crop will be other/tensors, so it will be a collection of at most 16 tensors. This seems to me a small number because there might...

I don't think we have those who understand the internals of gstshark/nnshark here. And, as you have mentioned, we have done nothing additionally to have it tracked by gstshark/nnshark in...

Are they GStreamer elements, inheriting GST_* classes? or NNStreamer subplugins? Because we have done nothing in NNStreamer-side to make it compatible with GSTShark or NNShark, we'll need something to look...

``` typedef enum _nns_tensor_type { _NNS_NONE = 0 _NNS_INT32, _NNS_UINT32, _NNS_INT16, _NNS_UINT16, _NNS_INT8, _NNS_UINT8, _NNS_FLOAT64, _NNS_FLOAT32, _NNS_INT64, _NNS_UINT64, _NNS_MAX, } tensor_type; ??

@jaeyun-jung After 7.0 M2 release and nnstreamer-edge RTOS build, please take a look at this issue and close it if it's become irrelevant.