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

BOW model #8

Closed
DavidLuBit opened this issue Oct 4, 2022 · 4 comments
Closed

BOW model #8

DavidLuBit opened this issue Oct 4, 2022 · 4 comments

Comments

@DavidLuBit
Copy link

Hi auther~I wonder if I need to train the Bag-Of-Word model on my datasets ?

@lppllppl920
Copy link
Owner

lppllppl920 commented Oct 4, 2022

Hi,

The provided BoW model was trained on the nasal endoscopy dataset we had. It is likely the model will still work fine in your scenario if you did not re-train the feature network and the textures of your testing scenario look similar. You can tell whether or not BoW model performs well by enabling the debugging mode and seeing if the global loop closure can be successfully detected.

@DavidLuBit
Copy link
Author

Thanks a lot~!!! I have to retrain the feature network on my gastroscope datasets, I'd like to know what is the input of BoW model, the original endoscopy image or the feature map? Thanks a lot for your detailed answer!!!!

@lppllppl920
Copy link
Owner

It is the feature map. You can find the code to generate a new BoW dictionary in this repo.

@DavidLuBit
Copy link
Author

OK ~ Thanks a lot~!

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