3D GAN website for generating 3D models of shoes
Steps for setting up the environment with conda:
conda create -n gan python=3.7
conda activate gan
cd machine_learning
pip install -r requirements.txt
conda install pytorch==1.1.0 -c pytorch
- Windows 10+
- Linux Ubuntu 18.04 LTS
This repository is built upon the https://github.com/marian42/shapegan repository which contains the code for the paper "Adversarial Generation of Continuous Implicit Shape Representations."