ios-demo-app
ios-demo-app copied to clipboard
Global Variable for model output size
in the file ios-demo-app/ObjectDetection/ObjectDetection/Inference/InferenceModule.mm I'd like to set the output_size value in a global swift variable. I am not strong at bridging between Swift, Obejective C and Objective c++. Can someone help me ? In the utils/PrePostProcessor.swift I have already made the model output size values global.