Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.62 KB

README.md

File metadata and controls

61 lines (46 loc) · 1.62 KB

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