gtsfm icon indicating copy to clipboard operation
gtsfm copied to clipboard

Use of loader-specific image_filenames() in NetVLAD

Open akshay-krishnan opened this issue 1 year ago • 0 comments

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

akshay-krishnan avatar Apr 25 '23 20:04 akshay-krishnan