|
@@ -11,7 +11,7 @@
|
|
|
#include "../tool/debuglog.h"
|
|
#include "../tool/debuglog.h"
|
|
|
|
|
|
|
|
YoloFeatureExtractor::YoloFeatureExtractor(const std::string& modelPath, const std::string& classesPath)
|
|
YoloFeatureExtractor::YoloFeatureExtractor(const std::string& modelPath, const std::string& classesPath)
|
|
|
- : inputWidth(640), inputHeight(640)
|
|
|
|
|
|
|
+ : inputWidth(448), inputHeight(448)
|
|
|
{
|
|
{
|
|
|
net = cv::dnn::readNetFromONNX(modelPath);
|
|
net = cv::dnn::readNetFromONNX(modelPath);
|
|
|
loadClassNames(classesPath);
|
|
loadClassNames(classesPath);
|