<HWC?>

caffe2에서 image pre-processing을 하는데, HWC, CHW가 나와서 의미를 찾아보게 되었다

H=height

W=width

C=channels


<Channels?>

특히 channels의 경우, gray-image이면 1, RGB이면 3, RGBA이면 4이다

ex) (360, 480, 3)

height=360

width=480

channels=3


'Language > python' 카테고리의 다른 글

[python] unittest library - simple example  (0) 2017.12.15
[python] numpy 함수들  (0) 2017.12.14
[python] ctypes API example  (0) 2017.12.13
[python] ctypes.memmove() example  (0) 2017.12.13
[python] REST API request using python  (0) 2017.12.09

WRITTEN BY
hojongs
블로그 옮겼습니다 https://hojongs.github.io/