jiexiong2016 / GCNv2_SLAM

Real-time SLAM system with deep features
Other
769 stars 194 forks source link

Any operation after heatmap? #58

Open luameows opened 2 years ago

luameows commented 2 years ago

Hello, I print the pytorch model output, named "pts" and "desc" and find than the size of these tensors are pts=[4327, 3], desc=[4327, 32]. It seems that the model output has been changed to directly generate the feature point and descriptor. In the paper, the model output shold be pts=[320,240] and desc=[256, 320, 240]?