Skip to content

andreianmatos/temporal_spaces_texture_gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Texture Generation Project

Generate Textures: https://modina-eu.github.io/temporal_spaces_texture_gen/

Overview

This repository contains the Jupyter Notebooks for an image generation project, with aim of on creating virtual doubles for representing movement from the generation of new textures. Three different generative models were experimented with: Style GAN (Generative Adversarial Network) from this open-source PyTorch implementation of StyleGAN2, CVAE (Convolutional Variational Autoencoder) and DCGAN (Deep Convolutional Generative Adversarial Network) from Tensorflow's tutorials. The goal is to find an approach for generating diverse and realistic textures.

Project Structure

  • notebooks/

    • StyleGAN.ipynb: Jupyter Notebook for training and generating textures using Style GAN.
    • DCGAN_+_CVAE.ipynb: Jupyter Notebook for training and generating textures using Convolutional Variational Autoencoder or Deep Convolutional Generative Adversarial Network.
  • datasets/

    • all_members_256.zip: 256x256px textures, each encopassing all movement types.
    • all_members_64.zip: 64x64px textures, each representing one movement type.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published