删除文件 yolo.cc

pull/2/head
jzq 2024-06-11 13:16:38 +00:00 committed by Gitee
parent 40355bae12
commit 7030405a97
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 15 deletions

15
yolo.cc
View File

@ -1,15 +0,0 @@
#include"yolo.h"
Yolo::Yolo(std::string modelPath) {
}
void Yolo::detect(cv::Mat image) {
}
cv::Mat Yolo::getBoxes() {
}