saeed-anwar / pointcam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PointCaM

This repository is for PointCaM introduced in the following paper:

PointCaM: Cut-and-Mix for Open-Set Point Cloud Analysis
Jie Hong*, Shi Qiu*, Weihao Li, Saeed Anwar, Mehrtash Harandi, Nick Barnes, Lars Petersson

Paper and Citation

The paper can be downloaded from arXiv.
If you find our paper/code is useful, please cite:

    @article{hong2022pointcam,
      title={PointCaM: Cut-and-Mix for Open-Set Point Cloud Analysis},
      author={Hong, Jie and Qiu, Shi and Li, Weihao and Anwar, Saeed and Harandi, Mehrtash and Barnes, Nick and Petersson, Lars},
      journal={arXiv preprint arXiv:2212.02011},
      year={2022}
    }

Datasets and Environments

  • PointTransformer: download the datasets and set the environments following the project point-transformer.

Running the Code

  • PointTransformer
sh train.sh  # training
sh test.sh   # testing

About

License:MIT License


Languages

Language:Python 72.6%Language:Cuda 14.7%Language:C++ 10.3%Language:Shell 2.3%