Qengineering / TensorFlow_Lite_Segmentation_Jetson-Nano

TensorFlow Lite segmentation on a Jetson Nano at 11 FPS
https://qengineering.eu/install-tensorflow-2-lite-on-raspberry-pi-4.html
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

Update Unet.cpp #4

Closed kickmeplease-1 closed 1 year ago

kickmeplease-1 commented 1 year ago

Rows first, then columns /* @overload @param rows Number of rows in a 2D array. @param cols Number of columns in a 2D array. @param type Array type. Use CV_8UC1, ..., CV_64FC4 to create 1-4 channel matrices, or CV_8UC(n), ..., CV_64FC(n) to create multi-channel (up to CV_CN_MAX channels) matrices. / Mat(int rows, int cols, int type);

Qengineering commented 1 year ago

Modified also the two Raspberry Pi repos to your commit. Thanks!