Type of Issue
Your System Configuration
-
OpenPose version: Latest GitHub code
-
General configuration:
- Installation mode: CMake
- Operating system : Windows 10
- Release or Debug mode : Release
- Compiler : VS2015 community
-
Non-default settings:
- 3-D Reconstruction module added? : no
- Any other custom CMake configuration with respect to the default version? : no
-
3rd-party software:
- Caffe version: Default from OpenPose
- CMake version : CMake 3.8.0
- OpenCV version: OpenPose default
-
If Windows system:
- Portable demo or compiled library?
I want to accelerate the inference speed by using inference engine (ex:Intel Openvino, NVIDIA TensorRT) instead of using caffe.
I want to know how to get the input of the caffe model in your program and what should I do after I get the output?
Thank you very much.