[Website] [Paper] [Docs] [Examples] [Videos]
Pointersect is a plug-and-play method for rendering point clouds. It is differentiable and does not require per-scene optimization.
Given a point cloud and a ray, pointersect returns:
You can use point clouds containing only xyz---neither color nor vertex normal is needed.


You can use pointersect by installing the pypi package:
pip install pointersect
or
# in the repo root
pip install .
We provide API, command line tool, and training script for using pointersect. See the documentation for instructions.
We also provide a few examples if you want to jump in directly :)
If you use this software package, please cite our paper:
@inproceedings{chang2023pointersect,
author={Jen-Hao Rick Chang and Wei-Yu Chen and Anurag Ranjan and Kwang Moo Yi and Oncel Tuzel},
title={Pointersect: Neural Rendering with Cloud-Ray Intersection},
booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
year = {2023}
}
$ claude mcp add ml-pointersect \
-- python -m otcore.mcp_server <graph>