Skip to first unread message

Alfredo Nava

unread,
Jul 22, 2015, 12:25:05 PM7/22/15
to Caffe Users
I'm have an object detection python program that uses Caffe, and I'm trying to make it faster but I have not found any information on how to make it compatible with PyPy. Does anyone know how to achieve this?

My biggest bottleneck is the image processing part in which I resize patches from the image about 20K times per image using PIL. I have been looking for alternatives such as jpegtran and VIPS, but then I found about Cython and PyPy. So I'm trying to implement my code in Cython or PyPy and then add the jepgtran or VIPS implementations.

Ideas/input?
Reply all
Reply to author
Forward
0 new messages