Update .gitignore
The implementation of Point Cloud Transformer (PCT) achieves an accuracy of 82.17% on ModelNet40 classification.
Download data and extract to ./data.
./data
To start training, run the following command:
python pct.py
The evaluation results will be in result.json
result.json
A Jittor implementation of Point Cloud Transformer (PCT) for ModelNet40 classification
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
PCT implemented by jittor
The implementation of Point Cloud Transformer (PCT) achieves an accuracy of 82.17% on ModelNet40 classification.
Download data and extract to
./data.To start training, run the following command:
The evaluation results will be in
result.json