Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 572 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 572 Bytes

GAN and style transfer network

This is a final project for Introduction to Machine Learning course.

Project uses python 3.8.9 version.

Setup

Download data

https://www.kaggle.com/jessicali9530/stanford-dogs-dataset

Please download the dataset from above link, and copy all contents

  • from images/Images to training_data/Images
  • from annotations/Annotation to training_data/Annotation

Install requirements

pip3 install --upgrade pip

python3 -m pip install -r requirements.txt

Running

python3 main.py