Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 557 Bytes

File metadata and controls

26 lines (15 loc) · 557 Bytes

Language-Guided Global Image Editing via Cross-Modal Cyclic Mechanism (LGIE)

Running Locally

  1. Install the requirements in requirements

  2. Change the ssh crudentials (USER_NAME and PASSWORD) in run_remote_single_GIER_jwt.sh

  3. Change the PROJECT_PATH and PYTHON_PATH in run_remote_single_GIER_jwt.sh and LGIE/test_single_GIER.sh

  4. run the following command

    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver