Broad-sky / feature-detection-matching-algorithm

🚀 Deep learning includes superpoint-superglue(C++, TensorRT), and traditional algorithms include zkaze, surf, ORB, etc.
268 stars 37 forks source link

Model engines missing and no conversion script.. #6

Open kooscode opened 2 years ago

kooscode commented 2 years ago

This does not work..

build point model is failed!
build model is failed!
Segmentation fault (core dumped)

The problem is hardcoded and missing weights _point_lm_params.point_weight_file = "../engines/point_model.bin";

Where can I find the Pytorch to TRT conversion? the standard trtexec is not able to convert pytorch weights..

myhbing commented 2 years ago

This does not work..

build point model is failed!
build model is failed!
Segmentation fault (core dumped)

The problem is hardcoded and missing weights _point_lm_params.point_weight_file = "../engines/point_model.bin";

Where can I find the Pytorch to TRT conversion? the standard trtexec is not able to convert pytorch weights..

me too.Do you solve the problem?

kooscode commented 2 years ago

Nope - No response.. I think this is vaporware and doesn't really work..