OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <net.hpp>
Public Member Functions | |
virtual | ~Net () |
virtual void | initializationOnThread ()=0 |
virtual void | forwardPass (const Array< float > &inputData) const =0 |
virtual std::shared_ptr< ArrayCpuGpu< float > > | getOutputBlobArray () const =0 |
|
pure virtual |
Implemented in op::NetOpenCv, and op::NetCaffe.
|
pure virtual |
Implemented in op::NetOpenCv, and op::NetCaffe.
|
pure virtual |
Implemented in op::NetOpenCv, and op::NetCaffe.