Object detection on a Pico4ML

When testing the person detection program in GitHub - ArduCAM/pico-tflmicro: Pico TensorFlow Lite Port I noticed that the model is deployed in a form of an array obtained from .tflite model. I wanted to try the detection on a different object so I used EdgeImpulse to train a model for classification on a different object. I trained the model and obtained a .tflite model. Is it possible to convert the new .tflite model and deploy it as an array to the person detection model? Is the .tflite compatible or does the program need changes? Thank you in advance.