Fix format
@ -143,8 +143,7 @@ void DetectionOutputLayer::forward(PassType passType) {
resetOutput(numKept, 7);
} else {
MatrixPtr outV = getOutputValue();
if (outV)
outV->resize(0,0);
if (outV) outV->resize(0,0);
return;
}