ohsewon / test

0 stars 0 forks source link

[Merge] Implement! #351

Open ohsewon opened 5 years ago

ohsewon commented 5 years ago

Issue by myungjoo-ham Thursday Jul 26, 2018 at 11:46 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/351


Implement tensor_merge.

Unlike tensor_mux, this creates a "larger" single tensor from multiple "smaller" tensors.

mux is useful for creating a single stream-line with different types of tensors. (e.g., video and audio). merge is useful for creating a single tensor from tensors that may placed in a same plane or with same dimensions (e.g., expanding colorspaces by merging RGB video with IR video, adding more channels to same dimensions by merging images of stereo-cameras, stiching RGB videos from mutliple cameras directing different angles.)

ohsewon commented 5 years ago

Comment by git-bot-sec Thursday Jul 26, 2018 at 11:46 GMT


:octocat: cibot: Thank you for posting issue #351. The person in charge will reply soon.