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

About text files used for training #5

Open
Hi610 opened this issue May 20, 2020 · 2 comments
Open

About text files used for training #5

Hi610 opened this issue May 20, 2020 · 2 comments

Comments

@Hi610
Copy link

Hi610 commented May 20, 2020

Hello!

I wanted to run "train_multi_view.py", but I didn't know how to create the text dataset to be used here.
(Example: img-200_concat0.txt)
144 300 162 308 167 314
148 302 165 309 171 315
203 93 209 117 209 118
184 220 197 233 201 236
290 168 289 176 291 175
...

Is this data that is outputted when SIFT is run? Also, how can it be created?
I would appreciate it if you could tell me.

@wsh312
Copy link
Owner

wsh312 commented May 20, 2020 via email

@Hi610
Copy link
Author

Hi610 commented May 21, 2020

Thank you for your reply!

"Run_sift.py" program was able to output an image with mapped feature points, but it was not able to produce numerical values.

pt_a = (int(tkp[i].pt[0]), int(tkp[i].pt[1] + hdif))
pt_b = (int(skp[i].pt[0] + w2), int(skp[i].pt[1]))

Are these pt_a and pt_b in drawKeyPoints corresponded to the numbers in the text file?

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