Merge branch ‘master’ into ‘main’ update readme See merge request heyh23/pct_jittor!2
Merge branch ‘master’ into ‘main’
update readme
See merge request heyh23/pct_jittor!2
A Jittor implementation of Point Cloud Transformer(PCT) for ModelNet40 classification.
pip install jittor
You need to download the dataset and put it in the current directory.
https://cloud.tsinghua.edu.cn/f/f003de5a2e914d1e9e0e/?dl=1
To start the training:
python pct.py
The results of train and predict will be saved in the current directory.
A Jittor implementation of Point Cloud Transformer(PCT) for ModelNet40 classification
PCT_jittor
A Jittor implementation of Point Cloud Transformer(PCT) for ModelNet40 classification.
Install
Execute
You need to download the dataset and put it in the current directory.
https://cloud.tsinghua.edu.cn/f/f003de5a2e914d1e9e0e/?dl=1
To start the training:
The results of train and predict will be saved in the current directory.