gtsfm
gtsfm copied to clipboard
Use of loader-specific image_filenames() in NetVLAD
image_filenames used in NetVLAD retreiver (for visualization) is not present in all loaders (not a base class member). This will crash if used with a loader that does not have the method.
https://github.com/borglab/gtsfm/blob/581f84ab605e99302a9c6425dc67e38f82b70660/gtsfm/retriever/netvlad_retriever.py#L200