gouthamvgk / SuperGlue_training

This repository contains the training code for SuperGlue. Uses COCO dataset by generating random homographies.
Other
101 stars 22 forks source link

is there any possible to convert pth models to pt models or onnx models? #4

Open jcyhcs opened 3 years ago

jcyhcs commented 3 years ago

hi,professor: i want to realize superglue in C++, so it can run on nvidia jetson platform, that is a huge project, so first step, i got a problem, emm, i can not convert superglue official example pth models to c++ pt models or onnx models, so ,please help me! how can i do it?

gouthamvgk commented 3 years ago

I can refer you to this third party c++ conversion of superglue https://github.com/valgur/SuperGluePretrainedNetwork/tree/cpp-demo/cpp . That the best help I can provide.