Skip to content

Face Generation with GAN/ACGAN. Domain Adaptation for MNIST with DANN. This repository contains the code, evaluation and report for the project 2 of Deep Learning and Computer Vision at National Taiwan University

Notifications You must be signed in to change notification settings

huetufemchopf/DLCV-GAN-DANN

Repository files navigation

HW3 ― GAN, ACGAN and UDA

hi

This is a project part of the course "Deep Learning and Computer Vision" of National Taiwan University. A GAN and an ACGAN is implemen ted for generating human face images and a DANN for classifying digit images from different domains.

Dataset

In the starter code of this repository, we have provided a shell script for downloading and extracting the dataset for this assignment. For Linux users, simply use the following command.

bash ./get_dataset.sh

The shell script will automatically download the dataset and store the data in a folder called hw3_data. Note that this command by default only works on Linux. If you are using other operating systems, you should download the dataset from this link and unzip the compressed file manually.

About

Face Generation with GAN/ACGAN. Domain Adaptation for MNIST with DANN. This repository contains the code, evaluation and report for the project 2 of Deep Learning and Computer Vision at National Taiwan University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published