├── README.md ├── demo └── demo.ply ├── figs ├── 3dfront.png ├── famous.png ├── mattport3d.png ├── overviews.png ├── scenenet.png ├── shapenet.png └── srb.png ├── main.py ├── run.sh ├── sample_func.py └── tf_util.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenchao15/GridPull/HEAD/README.md -------------------------------------------------------------------------------- /demo/demo.ply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenchao15/GridPull/HEAD/demo/demo.ply -------------------------------------------------------------------------------- /figs/3dfront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenchao15/GridPull/HEAD/figs/3dfront.png -------------------------------------------------------------------------------- /figs/famous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenchao15/GridPull/HEAD/figs/famous.png -------------------------------------------------------------------------------- /figs/mattport3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenchao15/GridPull/HEAD/figs/mattport3d.png -------------------------------------------------------------------------------- /figs/overviews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenchao15/GridPull/HEAD/figs/overviews.png -------------------------------------------------------------------------------- /figs/scenenet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenchao15/GridPull/HEAD/figs/scenenet.png -------------------------------------------------------------------------------- /figs/shapenet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenchao15/GridPull/HEAD/figs/shapenet.png -------------------------------------------------------------------------------- /figs/srb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenchao15/GridPull/HEAD/figs/srb.png -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenchao15/GridPull/HEAD/main.py -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenchao15/GridPull/HEAD/run.sh -------------------------------------------------------------------------------- /sample_func.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenchao15/GridPull/HEAD/sample_func.py -------------------------------------------------------------------------------- /tf_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenchao15/GridPull/HEAD/tf_util.py --------------------------------------------------------------------------------