Skip to content

Commit

Permalink
completion and VAE
Browse files Browse the repository at this point in the history
commit 238a07892ce1a415776b396fef342e7e71316c39
Author: Chris Choy <chrischoy@ai.stanford.edu>
Date:   Sat Feb 22 01:23:42 2020 -0800

    doc updates

commit b2401cd8090fab9eb6792bfbc747eca85e5e615f
Author: Chris Choy <chrischoy@ai.stanford.edu>
Date:   Sat Feb 22 01:18:13 2020 -0800

    vae example

commit aad09b01bf5be2564206da2133e807555f830e4d
Author: Chris Choy <chrischoy@ai.stanford.edu>
Date:   Fri Feb 21 17:01:39 2020 -0800

    completion example
  • Loading branch information
chrischoy committed Feb 22, 2020
1 parent e8735d0 commit fb27a69
Show file tree
Hide file tree
Showing 4 changed files with 1,421 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The Minkowski Engine supports various functions that can be built on a sparse te
| Semantic Segmentation | <img src="https://stanfordvl.github.io/MinkowskiEngine/_images/segmentation_3d_net.png"> <br /> <img src="https://stanfordvl.github.io/MinkowskiEngine/_images/segmentation.png" width="256"> <br /> `python -m examples.indoor` |
| Classification | ![](https://stanfordvl.github.io/MinkowskiEngine/_images/classification_3d_net.png) <br /> `python -m examples.modelnet40` |
| Reconstruction | <img src="https://stanfordvl.github.io/MinkowskiEngine/_images/generative_3d_net.png"> <br /> <img src="https://stanfordvl.github.io/MinkowskiEngine/_images/generative_3d_results.gif" width="256"> <br /> `python -m examples.reconstruction` |
| Completion | <img src="https://stanfordvl.github.io/MinkowskiEngine/_images/completion_3d_net.png"> <br /> `python -m examples.completion` |


## Building a Neural Network on a Sparse Tensor
Expand Down
1 change: 1 addition & 0 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The Minkowski Engine supports various functions that can be built on a sparse te
| Semantic Segmentation | <img src="https://stanfordvl.github.io/MinkowskiEngine/_images/segmentation_3d_net.png"> <br /> <img src="https://stanfordvl.github.io/MinkowskiEngine/_images/segmentation.png" width="256"> <br /> `python -m examples.indoor` |
| Classification | ![](https://stanfordvl.github.io/MinkowskiEngine/_images/classification_3d_net.png) <br /> `python -m examples.modelnet40` |
| Reconstruction | <img src="https://stanfordvl.github.io/MinkowskiEngine/_images/generative_3d_net.png"> <br /> <img src="https://stanfordvl.github.io/MinkowskiEngine/_images/generative_3d_results.gif" width="256"> <br /> `python -m examples.reconstruction` |
| Completion | <img src="https://stanfordvl.github.io/MinkowskiEngine/_images/completion_3d_net.png"> <br /> `python -m examples.completion` |


## Building a Neural Network on a Sparse Tensor
Expand Down
Loading

0 comments on commit fb27a69

Please sign in to comment.