We are using tfjs yolo tiny for image detection. THe offiical yolo model link is
We have integrated this with an web application where on page load we are downloading the model and later the user scan the image via the webcam and if its a valid image then they will go to next page.
The issue we are facing is mainly on the IOS devices. The model trained is around 10mb and when we scan the object on any IOS device the browser will get freezed and becomes unresponsive.
Is there any optimization that can done either on TFJS or on the model to increase the performance and run smoothly on the ios device?
Also are there any other model that is light weight which can be used with tfjs and works smoothly on iphone?