by Leo Gaunt
by Bang An*, Sicheng Zhu* , Michael-Andrei Panaitescu-Liess , Chaithanya Kumar Mummadi , Furong Huang
This codebase is in addition to the Dissertation 'Does Adding Contextual Data to Images Increase Object Recognition Performance?' which acts as an evaluation of the Ff
This experiment was made to be run in Google Colab, I would recommend using it on there, however with some minro adjustements it should run well as long as the machine has CUDA support.
Once downloaded to Google Colab ./colab_setup.sh should install the necessary packages and set up the environment correctly.
Here's a brief intro of the major components of the code:
./src/datasetscontains the code for all the Datasets and Dataloaders../src/templatescontains all the text prompts../src/zero_shot_inferencecontains the major code for the PerceptionCLIP method and experiments../scriptscontains the running scripts../data_downloaderscontains the major install and formatting scripts for the datasets required if they were not standardised or cmae in a different wormat to how PerceptionCLIP would accept../visualizationscontains the code for visualizations.