From 7030405a974ce30581d1cda7dfb6a743954a4abb Mon Sep 17 00:00:00 2001 From: jzq <1391797124@qq.com> Date: Tue, 11 Jun 2024 13:16:38 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20yolo.cc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yolo.cc | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 yolo.cc diff --git a/yolo.cc b/yolo.cc deleted file mode 100644 index c8519f4..0000000 --- a/yolo.cc +++ /dev/null @@ -1,15 +0,0 @@ -#include"yolo.h" - - - -Yolo::Yolo(std::string modelPath) { - -} - -void Yolo::detect(cv::Mat image) { - -} - -cv::Mat Yolo::getBoxes() { - -} \ No newline at end of file