PILLOW
由PIL发展而来,PIL已经不更新了
pillow-simd
推荐安装avx2指令集,更快,查看cpu是否支持avx2指令集:
gcc -mavx2 -dM -E - < /dev/null | egrep “SSE|AVX” | sort
SCIKIT-IMAGE
由numpy和scipy发展而来,针对numpy数组操作
OPENCV
计算机视觉库,更底层
速度测试
测试pillow-simd,scikit-image,torchvision.transform(用的pillow)时间:
begin = time.time()
f