leon 7 tháng trước cách đây
mục cha
commit
9a73697127
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/interface.cpp

+ 1 - 1
src/interface.cpp

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