Skip to content

Commit

Permalink
demos work
Browse files Browse the repository at this point in the history
  • Loading branch information
akar43 committed Nov 2, 2017
1 parent 0b2e291 commit bcbf993
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ config.py
*.obj
*.tar.gz
data/shapenet_release
data/shapenet_sample
8 changes: 8 additions & 0 deletions demo_vlsm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
"plt.show()\n",
"\n",
"# Visualize predictions - displays voxel predictions after {1, 2, 3, ..., ims_per_model} views\n",
"# Feel free to play around with the 3D models!\n",
"pts, clr = voxel_grid(pred_voxels, thresh=0.4, cmap=\"plasma\")\n",
"display(plot_points(pts, colors=clr, size=0.7, title=\"Voxel Predictions\"))\n",
"\n",
Expand All @@ -153,6 +154,13 @@
"</style>\n",
"\"\"\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit bcbf993

Please sign in to comment.