mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
v0.1.1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user