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

the two "transform" method do not get the same fbow::fBow #31

Open
OldAAAA opened this issue Feb 18, 2020 · 1 comment
Open

the two "transform" method do not get the same fbow::fBow #31

OldAAAA opened this issue Feb 18, 2020 · 1 comment

Comments

@OldAAAA
Copy link

OldAAAA commented Feb 18, 2020

`fbow::Vocabulary vocab;
vocab.readFromFile("my.fbow");

Mat descriptor1;
getdescriptor("mydescriptor",descriptor1);

fbow::fBow fbow1;
fbow::fBow2 bow1;
vocab.transform(descriptor1 , 5 , fbow1 , bow1);

fbow::fBow fbow2;
fbow2 = vocab.transform(descriptor1);`

i find that fbow1 and fbow2 is not the same result.And if i use feature2.score() method to any other fbow,it will always return 1.
i can't find the problem,could you help me?

@robovis
Copy link

robovis commented Jun 11, 2020

@OldAAAA I'm having the same issue. Have you found the issue?

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