private void ResizeWebCamFeedToInputTexture()
 {
     //Resize the webcam texture into the input shape dimensions
     ResizeTool.Resize(_webCamTexture, inputTexture, modelheight, modelwidth);
 }