Home

Awesome

WSS_POLE

This is a sample visualization from our PrOmpt cLass lEarning (POLE). Full training and inference codes will be released upon paper acceptance.

Setup

  1. Clone Repository:
git clone https://github.com/Ruxie189/WSS_POLE.git
  1. Create a new python virtual environment as:
python -m venv path/to/env/
  1. Activate environment:
source path/to/env/bin/activate
  1. Install dependencies:
pip install -r reqs.txt

Running the Notebook

Open a terminal in the same directory as that of the cloned repository and run:

jupyter-notebook

Open sim_test.ipynb to find the codes for visualizing CLIP similarity. Running the notebook is mostly self explanatory and further instructions have been provided inside the notebook.