/CyEDA

Primary LanguagePython

CyEDA

Submitted for ICIP 2022.

Results

result

Architecture

overview

gan

Environment

  1. Clone this repository

    git clone https://github.com/bjc1999/CyEDA.git
    
  2. Access the repository folder

    cd CyEDA
    
  3. Create virtual environment python 3.7 recommended

    python -m virtualenv env
    
  4. Activate the environment

    env/Scripts/activate
    
  5. Install dependencies

    pip install -r requirement.txt
    

Training

  • Run train.sh script

    bash train.sh
    
  • Execute train.py file within environment

    python train.py [--parameters]
    

Testing

  • Execute predict.py file within environment
    python predict.py [--parameters]