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

Obtaining .npy files #7

Open
florallam opened this issue Oct 28, 2022 · 1 comment
Open

Obtaining .npy files #7

florallam opened this issue Oct 28, 2022 · 1 comment

Comments

@florallam
Copy link

Hello! Thank you for sharing your repository, I do have some questions about evaluating the model using the .npy file. As per a previous issue, the reply mentioned that the test.txt should be created.

I realised that the image pairs cannot be generated at random, as line 108 of the dataloader will find the corresponding .npy file involved. How then may I generate the .npy files? Thank you!

@captainfffsama
Copy link

captainfffsama commented Feb 2, 2023

this work dataset seems follow DeepHomography, in deephomography paper,they said :

For each pair, we manually marked 6 ∼ 8 equally distributed matching points for the purpose of quantitative comparisons, as illustrated in the rightmost column of Fig. 5.

So I create a simple tools to label the homo matrix of image pair,may be u can use this tools to label the homo matrix then convert json label to npy.
https://github.com/captainfffsama/LabelHomography

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