mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 13:06:35 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user