Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor #16

Merged
merged 24 commits into from
Sep 13, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added submodule
  • Loading branch information
ThibaultGROUEIX committed Sep 9, 2019
commit b7100b0990e05761ba8398b3c45a8a3328936a36
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This implementation uses [Pytorch](http://pytorch.org/).

```shell
git clone git@github.com:ThibaultGROUEIX/3D-CODED.git ## Download the repo
git submodule update --init
conda env create -f 3D-CODED-ENV.yml ## Create python env
source activate pytorch-3D-CODED
cd ./extension; python setup.py install; cd ..
Expand Down