Closed leechangyo closed 11 months ago
Hello, im currently try to use your pretrained model in c++ libtroch.
I save your model in pth by jit trace and test it in c++
However, it output of keypoints and descriptor not detected
keypoints : [0, 3] descriptors : [0,128]
and i try it same model in python it works fine keypoints :[10000, 3] descriptors : [10000, 128]
I also checked tensor on image in both python and c++ , are same dimension and same value
i wonder if you have tried this and meet same problem.
Vgg tensor input used and it works fine
Hello, im currently try to use your pretrained model in c++ libtroch.
I save your model in pth by jit trace and test it in c++
However, it output of keypoints and descriptor not detected
keypoints : [0, 3] descriptors : [0,128]
and i try it same model in python it works fine keypoints :[10000, 3] descriptors : [10000, 128]
I also checked tensor on image in both python and c++ , are same dimension and same value
i wonder if you have tried this and meet same problem.