Closed Chunosov closed 7 years ago
Please note that similar proxy libs will be required for CK-TensorFlow, CK-TensorRT, etc.
We decided not to use this method for now but use caffe-classification binaries directly. However, we are not removing this method completely but archived it because it can be very useful for realistic applications. But for trying different libs (caffe-cpu,caffe-opencl,caffe-cuda), it requires lots of API gluing ... But thanks a lot for the first version - it was very useful! I close this ticket!
Extract all lib-dependent code into separate package, which will be compiled into so-file (or dll) and will have well-known set of exported function - preparation model, parallel recognition etc. The app could find this proxy lib via CK, load and do real work through it. Such proxy-lib should be depend only on required things and hide any lib-specific stuff from the desktop app.