删除文件 yolo.cc

pull/2/MERGE
jzq 2024-06-11 13:13:25 +00:00 committed by Gitee
parent c6be8a2e05
commit 93c15575b4
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() {
}