Skip to content

heromanba/3D-R2N2-PyTorch

Repository files navigation

3D-R2N2-PyTorch

This is a pytorch version of 3D-R2N2. Original repo: https://github.com/chrischoy/3D-R2N2

Installation

The repo was tested with python3.6, cuda 10.1, pytorch 1.4.0. You can follow the instruction below to install the virtual environment.

  • Get the source code.
git clone https://github.com/heromanba/3D-R2N2-PyTorch.git
cd 3D-R2N2-PyTorch
conda create -n 3D-R2N2 python=3.6
conda activate 3D-R2N2
pip install -r requirements.txt

Demo

python demo.py

Train

Prepare dataset

ShapeNet/
    |
    |----ShapeNetRendering/
    |
    |----ShapeNetVox32/
    |
  • Change some parameters. You can change parameters in experiments/scripts/res_gru_net.sh or lib/config.py

  • Run.

bash experiments/scripts/res_gru_net.sh

License

MIT License

About

PyTorch version of 3D-R2N2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published