pytorch-superpoint
pytorch-superpoint copied to clipboard
Pixel coordinates from feature extractor
How can I get the pixel coordinates from the keypoints or descriptors obtained from the superpoint feature extractor?
Hi @rishabhramteke ,
I think the keypoints can be obtained from the output of this line. https://github.com/eric-yyjau/pytorch-superpoint/blob/master/Train_model_frontend.py#L774 Hope this helps. Thanks.