Where is the detection code for the STM32N6
Hi,
I have successfully uploaded a model onto my STM32N6 disco board and the detections seem to be correct. Where would the actual main code be located where for example the input of the model as well as the output of the model and the output to the screen be?
I am using the modelzoo services github repo:
https://github.com/STMicroelectronics/stm32ai-modelzoo-services
Something like:
detections = model(jpeg);
print(detections);
extract_coordinates(detections);
and so on...
thanks
