use INFERENCE_SQUARE_WIDTH and INFERENCE_SQUARE_HEIGHT defined in aiengineinference.h for resizing in opi5 (set them to 1280)

reorganised logs for inference output, remove some logs for more clear output
This commit is contained in:
Alex Bezdieniezhnykh
2024-10-25 17:05:16 +03:00
parent 45c19baa45
commit 5f22931e0d
6 changed files with 34 additions and 32 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
#include "aienginedefinitions.h"
const int INFERENCE_SQUARE_WIDTH = 640;
const int INFERENCE_SQUARE_HEIGHT = 640;
const int INFERENCE_SQUARE_WIDTH = 1280;
const int INFERENCE_SQUARE_HEIGHT = 1280;
class AiEngineObject {