This project is intended for running style transfer and segmentation using open vocabulary for both open detection and style generation.
Create the python venv by running:
conda env create -f env.yml
Activate the environment via:
conda activate cs231n
After creating and activating the python environment, run the following commands to verify everything was installed properly:
python3 src/run2.py -h
This will print the usage for the model
``