facebookresearch / supervision-by-registration

Supervision-by-Registration: An Unsupervised Approach to Improve the Precision of Facial Landmark Detectors
Other
762 stars 165 forks source link

Torch Script #76

Closed eusebioaguilera closed 4 years ago

eusebioaguilera commented 4 years ago

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.