Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 616 Bytes

File metadata and controls

26 lines (22 loc) · 616 Bytes

RSA-GUI

Resources

Description

RSA GUI evaluates two different systems that are representing information, i.e. stimuli. Input: Two RDMs Output: Spearman Correlation Coefficient (for now)

How to run

If it is the first time running

pip3 install -r requirements.txt
conda create -n thingsvision python=3.9
conda activate thingsvision
pip3 install --upgrade thingsvision
pip3 install git+https://github.com/openai/CLIP.git
Python3 combined_gui.py

If it is not the first time running

conda activate thingsvision
Python3 combined_gui.py