FENGGENYU / D2CSG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D2CSG

Codes for D2CSG(D2CSG: Unsupervised Learning of Compact CSG Trees with Dual Complements and Dropouts), Please see the paper.

Please leave your questions on the issue page.

Dependencies

Requirements:

Please use environment.yml to install conda environment.

Tested environment: please check environment.yml file

News

Feb 17, 2024. Release the data processing codes.

Datasets

Citation

If you use this code, please cite the following paper.

@InProceedings{Yu_2022_CVPR,
    author    = {Yu, Fenggen and Chen, Zhiqin and Li, Manyi and Sanghi, Aditya and Shayani, Hooman and Mahdavi-Amiri, Ali and Zhang, Hao},
    title     = {CAPRI-Net: Learning Compact CAD Shapes With Adaptive Primitive Assembly},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2022},
    pages     = {11768-11778}
}

@article{yu2024d,
  title={{D$^2$CSG}: Unsupervised Learning of Compact CSG Trees with Dual Complements and Dropouts},
  author={Yu, Fenggen and Chen, Qimin and Tanveer, Maham and Mahdavi Amiri, Ali and Zhang, Hao},
  journal={Advances in Neural Information Processing Systems},
  volume={36},
  year={2024}
}

About


Languages

Language:Python 81.2%Language:Cython 11.2%Language:C 7.6%