Commit 0e74d63d authored by sghoshcvc's avatar sghoshcvc

Modified to handle windows warning

parent 103fbaf4
......@@ -230,7 +230,7 @@ Ptr<DeepCNNTextDetector> DeepCNNTextDetector::create(String archFilename,String
return Ptr<DeepCNNTextDetector>();
break;
}
return Ptr<DeepCNNTextDetector>();
//return Ptr<DeepCNNTextDetector>();
}
......@@ -257,7 +257,7 @@ Ptr<DeepCNNTextDetector> DeepCNNTextDetector::createTextBoxNet(String archFilena
return Ptr<DeepCNNTextDetector>();
break;
}
return Ptr<DeepCNNTextDetector>();
//return Ptr<DeepCNNTextDetector>();
}
......
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