mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-13 10:52:33 +00:00
Moving to AVX instead of AVX2, compiler warning fixes. Losing dependency on OpenCV C style bindings for affine warping.
This commit is contained in:
@@ -53,8 +53,8 @@ namespace LandmarkDetector
|
||||
public:
|
||||
|
||||
// Width and height of the patch expert support area
|
||||
int width;
|
||||
int height;
|
||||
int width_support;
|
||||
int height_support;
|
||||
|
||||
// Neural weights
|
||||
std::vector<cv::Mat_<float>> biases;
|
||||
|
||||
Reference in New Issue
Block a user