removed calls to other layers to get into solver
problem with imread in preprocess when multiple layers make call. This was subv. by deactivating these layers.
This commit is contained in:
@ -44,9 +44,9 @@ public:
|
||||
bool PreProcessing()
|
||||
{
|
||||
createBox(); createp_box();
|
||||
/*if(!dp.PreProcessing({cols,rows}, nullptr)) return false;
|
||||
if(!a1.PreProcessing({cols,rows}, &p_myBox)) return false;
|
||||
if(!a3.PreProcessing({cols,rows}, &p_myBox)) return false;*/
|
||||
// if(!dp.PreProcessing({cols,rows}, nullptr)) return false;
|
||||
// if(!a1.PreProcessing({cols,rows}, &p_myBox)) return false;
|
||||
// if(!a3.PreProcessing({cols,rows}, &p_myBox)) return false;
|
||||
if(!a4.PreProcessing({cols,rows}, &p_myBox)) return false;
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user