Skip to content

Commit

Permalink
updated README with pretrained models
Browse files Browse the repository at this point in the history
  • Loading branch information
akar43 committed Nov 2, 2017
1 parent 7621115 commit 0b8194c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ export PYTHONPATH=`pwd`:$PYTHONPATH #Add project root to PYTHONPATH
export TF_CPP_MIN_LOG_LEVEL=2 #Suppress extra messages from TF
```

## Pretrained Models
We are releasing pretrained models for V-LSMs and D-LSMs trained on the ShapeNet dataset which can be used to reproduce numbers from the paper. Note that the numbers might differ a little (higher for the code release) due to minor changes in the code after submission. The models can be downloaded with the tensorboard run logs (1.7G) or without (70M) and can be downloaded from the links below.

[**[LSM v1 (with logs)]**](https://people.eecs.berkeley.edu/~akar/lsm/models_lsm_v1.tar.gz)
[**[LSM v1 (models only)]**](https://people.eecs.berkeley.edu/~akar/lsm/models_lsm_v1_small.tar.gz)

## Voxel LSM (V-LSM)
![VLSM](https://people.eecs.berkeley.edu/~akar/lsm/images/voxel_results.png)

Expand Down

0 comments on commit 0b8194c

Please sign in to comment.