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

[Question] update vocabulary zip when new image's bow in #70

Open
leechangyo opened this issue May 20, 2022 · 0 comments
Open

[Question] update vocabulary zip when new image's bow in #70

leechangyo opened this issue May 20, 2022 · 0 comments

Comments

@leechangyo
Copy link

leechangyo commented May 20, 2022

hello, developer.
I really appreciate your project and your work.

now I'm doing my own project that I have an image dataset(specific urban path in my case, called it as 1st image dataset) and I use yours to train images and made vocabulary zip for that image dataset(1st image dataset).

and with vocabulary zip, want to find the same image from the image dataset corresponding with an image of a place of another day in the same path(call it as 2nd image dataset) using your Dbow.

but most of the time found the wrong image with a low score from the image dataset(1st image dataset).
(if using the same image of the image dataset(1st image dataset) to vocabulary zip(1st image dataset), instead of the same image of the place of another day, it found the right image from the 1st image dataset

thus, I will try to add another day's images BoW(2nd image dataset) to the vocabulary zip already made before. (tend to update vocabulary zip)

and I wonder,
will it be okay that add a new Bow of an image(2nd image dataset) to the existing vocabulary zip(1st image dataset) and use it to find an image from the 1st image dataset corresponding to an image of the 2nd image dataset? not like creating a vocabulary zip from scratch with two image datasets again and using this zip to find the right image from 1st image dataset corresponding to an image of 2nd image dataset.

@leechangyo leechangyo changed the title [Question] update vocabulary zip when new image in [Question] update vocabulary zip when new image's bow in May 21, 2022
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

1 participant