ovysotska / image_sequence_localizer

The framework for visual place recognition in outdoor environments using image sequences.
46 stars 11 forks source link

Add Bow histogram computation #26

Closed ovysotska closed 8 months ago

ovysotska commented 8 months ago

This PR adds the Python code to:

In the testing mode, the code takes a folder with images and returns the np.array of Bow features stored in the specified file.

The computed features can be used in the current codebase further, by first turning them into proto files, and then the full pipeline for image_sequence_localizer can be used as usual.

ovysotska commented 8 months ago

Hey @niosus would you have time to review this one?