#include <bodyPartConnectorCaffe.hpp>
|
| BodyPartConnectorCaffe () |
|
virtual | ~BodyPartConnectorCaffe () |
|
virtual void | Reshape (const std::vector< caffe::Blob< T > * > &bottom) |
|
virtual const char * | type () const |
|
void | setPoseModel (const PoseModel poseModel) |
|
void | setMaximizePositives (const bool maximizePositives) |
|
void | setInterMinAboveThreshold (const T interMinAboveThreshold) |
|
void | setInterThreshold (const T interThreshold) |
|
void | setMinSubsetCnt (const int minSubsetCnt) |
|
void | setMinSubsetScore (const T minSubsetScore) |
|
void | setScaleNetToOutput (const T scaleNetToOutput) |
|
virtual void | Forward (const std::vector< caffe::Blob< T > * > &bottom, Array< T > &poseKeypoints, Array< T > &poseScores) |
|
virtual void | Forward_cpu (const std::vector< caffe::Blob< T > * > &bottom, Array< T > &poseKeypoints, Array< T > &poseScores) |
|
virtual void | Forward_gpu (const std::vector< caffe::Blob< T > * > &bottom, Array< T > &poseKeypoints, Array< T > &poseScores) |
|
virtual void | Backward_cpu (const std::vector< caffe::Blob< T > * > &top, const std::vector< bool > &propagate_down, const std::vector< caffe::Blob< T > * > &bottom) |
|
virtual void | Backward_gpu (const std::vector< caffe::Blob< T > * > &top, const std::vector< bool > &propagate_down, const std::vector< caffe::Blob< T > * > &bottom) |
|
The documentation for this class was generated from the following file: