leon 5 months ago
parent
commit
9a73697127
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/interface.cpp

+ 1 - 1
src/interface.cpp

@@ -59,7 +59,7 @@ public:
 
 
     resnet::Attribute forward(const cv::Mat& image)
     resnet::Attribute forward(const cv::Mat& image)
     {
     {
-        return resnet->forward(cvimg(image));
+        return instance_->forward(cvimg(image));
     }
     }