Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save keypoints as image with just keypoints and without original image #2542

Open
sudarshan-iyengar opened this issue Apr 26, 2024 · 1 comment

Comments

@sudarshan-iyengar
Copy link

Hi,

I am interested in saving an image of each of my camera poses' keypoints. I am aware that I can use the GUI to see and save the image with its keypoints as in the following image, but the key difference is that I do not want the image there at all, just the keypoints.

image

Is there a way in which I could get this? An example of the kind of output I am looking for can be found in the image below.
image

Thank you for your guidance and help in advance!

@jytime
Copy link

jytime commented Apr 27, 2024

Hi the best option would be generating such an image by youself. You can get the pixel locations of the keypoints for each frame in images.txt (see https://colmap.github.io/format.html#images-txt). Then it is easy to plot them in an empty image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants