Home

Awesome

Scan2CADRasterizer

A simple Rasterizer for the Scan2CAD data. The project is based on the Pybind11 CMake example.

To install this repository, simply run below for the installation:

$ git clone --recursive https://github.com/cangumeli/Scan2CADRasterizer.git
$ cd Scan2CADRasterizer
$ pip install .

You can now use the library by:

>>> from scan2cad_rasterizer import Rasterizer

For usage please check the demo notebook.

This repo is created for the ROCA project. If you find this code helpful, please cite:

@article{gumeli2022roca,
  title={ROCA: Robust CAD Model Retrieval and Alignment from a Single Image},
  author={G{\"u}meli, Can and Dai, Angela and Nie{\ss}ner, Matthias},
  booktitle={Proc. Computer Vision and Pattern Recognition (CVPR), IEEE},
  year={2022}
}