Hi, I am using the code and pretrained model provided by this repo to obtain facial landmarks. However I would like to use it outside Python and I trying to export the model using Torch Script format by using "torch.jit.script" as appear in the examples of the libraries. I have obtained a the model exported, however the results are awful. Has anyone succesfully managed to export this model to TorScript? Thank you in advance.
Hi, I am using the code and pretrained model provided by this repo to obtain facial landmarks. However I would like to use it outside Python and I trying to export the model using Torch Script format by using "torch.jit.script" as appear in the examples of the libraries. I have obtained a the model exported, however the results are awful. Has anyone succesfully managed to export this model to TorScript? Thank you in advance.