Pytorch Object Detection model deploy in iOS

I want to deploy a hand gestures model in iOS.The model has mentioned bellow. Can anyone help me to find a procedure how can i deploy this model in iOS. Or how to deploy pytorch object detection model in iOS.
I want to mention one thing, I tried to produce .pt or .ptl file and run this on xcode following the pytorch objection detection sample project that is provided by pytorch official github page. But this produced error ‘can’t found model’. I think there may some issue. I am new in pytorch, please help.

Model Link: GitHub - hukenovs/hagrid: HAnd Gesture Recognition Image Dataset

Hi @akawsar,

here some useful resources:

This sounds like a resource issue. Make sure you add the model file to xcode project correctly.