Skip to content

rB080/WSS_POLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is the official implementation of our PrOmpt cLass lEarning (POLE).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published