"doc/vscode:/vscode.git/clone" did not exist on "ca1dc1e7d16958893aa4ef3e005ad419e55a4b71"
Commit 904ef827 authored by shizhm's avatar shizhm
Browse files

完善代码格式

parent 4bfbbc70
...@@ -125,7 +125,6 @@ ErrorCode DetectorYOLOV5::Detect(const cv::Mat &srcImage, std::vector<std::size_ ...@@ -125,7 +125,6 @@ ErrorCode DetectorYOLOV5::Detect(const cv::Mat &srcImage, std::vector<std::size_
return IMAGE_ERROR; return IMAGE_ERROR;
} }
inputSize = cv::Size(relInputShape[3], relInputShape[2]); inputSize = cv::Size(relInputShape[3], relInputShape[2]);
// 数据预处理并转换为NCHW格式 // 数据预处理并转换为NCHW格式
cv::Mat inputBlob; cv::Mat inputBlob;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment