Nowi, Inference layer will pass a generic channel value
instead of OpenCV specific.
Change-Id: Ibfabe6d3d93cb72cd7ff68479da83cd06f386246
Signed-off-by: Inki Dae <inki.dae@samsung.com>
return INFERENCE_ENGINE_ERROR_NONE;
}
- // TODO. media vision should send generic channel value instead
- // of media vision specific one.
- tensor[1] = 3;
+ LOGI("ch(%d), height(%d), wight(%d)", (int)tensor[1], (int)tensor[2], (int)tensor[3]);
int tensor_size = 1;
for (int i = 0; i < (int)tensor.size(); i++) {