BoB-Retrieval
November 16, 2023 ยท View on GitHub
This repository is the official implementation of Image Retrieval task in the Battle of the Backbones: A Large-Scale Comparison of Pretrained Models across Computer Vision Tasks.
Dependencies
Version Control of Python libraries in environment.yml file. To create a virtual environment:
conda env create -f environment.yml
conda activate bb_retrieval
Image Retrieval experiments
Please see README.md inside retrieval folder for running instructions