Skip to content
Gabriel Rizzo edited this page Feb 25, 2021 · 1 revision

Welcome to the nativescript-yoonit-camera wiki!

How to use a Pytorch model with Yoonit Camera

setComputerVisionLoadModels expects a local path to pytorch model, so is important to add the model to the final build. On Demo Vue there is an example of how to add a model to final build and how to get it's path and pass as a parameter. It's important to say that model addition to final build may differ based on webpack configuration and project settings.

Clone this wiki locally