MyungJoo Ham

Results 242 comments of MyungJoo Ham

1. Yes, TensorRT is supported. 2. Yes, as long as you implement a decoder/converter between deepstream streams and nnstreamer streams. - Deepstream has "tensors" as metadata of media streams; not...

> BTW does NNStreamer accept Udp package with raw tensor as udp input? Yes. Actually, that's what GStreamer's base plugins do, ```udpsrc``` and ```udpsink```, if what you want is a...

You can use tensor_aggregator to aggregate multiple tensors with different timestamp from a single stream. Anyway, if you are sending a media stream over UDP, I recommend to demux and...

Anyway, as in the comments of https://github.com/nnstreamer/nnstreamer/issues/4569 , as long as you use UDP, you CANNOT guarantee the order of incoming packets. Plus, depending on the packet size limit of...

#2658 is already merged. rebase this.

Unit Test Requirement (test cases): 1. single input / two or more outputs. asyncronously 2. single input / two or more outputs aggreated as a single frame. synchronously. (wait for...

Remove unrelated commits. Make it possible to be reviewed and merged independently from other topics

I get: ``` ... Message: prefix: / Message: libddir: /usr/lib Message: bindir: /usr/bin Message: includdir: /usr/include Message: inidir: /etc Build targets in project: 96 WARNING: Project specifies a minimum meson_version...

Without further follow-up questions, I'm closing it.