This commit is contained in:
jomjol
2020-08-13 07:24:43 +02:00
parent 3623ac68f0
commit 16290d4566
7 changed files with 75 additions and 12 deletions

View File

@@ -166,7 +166,7 @@ bool CTfLiteClass::LoadInputImage(std::string _fn)
*(input_data_ptr) = (float) blue;
input_data_ptr++;
printf("BMP: %f %f %f\n", (float) red, (float) green, (float) blue);
// printf("BMP: %f %f %f\n", (float) red, (float) green, (float) blue);
}
return true;