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.
Version Control of Python libraries in environment.yml file. To create a virtual environment:
conda env create -f environment.yml
conda activate bb_retrieval
Please see README.md
inside retrieval
folder for running instructions