From f13bbe7a2f849eba6e3a88b2e6f94339df4818ee Mon Sep 17 00:00:00 2001 From: jzq <1391797124@qq.com> Date: Tue, 11 Jun 2024 13:16:43 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20main.cc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cc | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 main.cc diff --git a/main.cc b/main.cc deleted file mode 100644 index ede66a6..0000000 --- a/main.cc +++ /dev/null @@ -1,16 +0,0 @@ -#include "yolo.h" -#include "depthProcess.h" - - -int main(int argc, char** argv) { - - // initialize yolo - Yolo detector = Yolo(modelPath); - // initialize depthProcessor - DepthProcess depthProcessor = DepthProcess(mk); - // read image - // read depth - // do object detection (new thread) - // do depth process - // get boxes and do obstacleRecognize -} \ No newline at end of file