Skip to content

IsaacGuan/SGSG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SGSG: Semantics-Guided Shape Generation

This repository contains the implementation of the label regression network (LRN) and the web application of the semantics-guided shape generator described in the paper "Semantics-Guided Latent Space Exploration for Shape Generation". For the implementations of the shape encoder network (SEN) and the shape decoder network (SDN) also described in the paper, please refer to IsaacGuan/3D-GAE and IsaacGuan/implicit-decoder/IMGAN, respectively.

Training LRN

Run the following commands.

python train.py --dataset_name chairs
python train.py --dataset_name lamps
python train.py --dataset_name tables

Testing LRN and Generating the Gaussians

Run the following commands.

python test.py --dataset_name chairs
python test.py --dataset_name lamps
python test.py --dataset_name tables

Running the Web Application

In the web-app folder, run the following command and then visit http://localhost:5000/ from your browser.

python app.py

About

Semantics-guided shape generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published