Initial commit: PCT Jittor implementation for ModelNet40
A Jittor implementation of Point Cloud Transformer (PCT) for ModelNet40 classification.
ModelNet40 数据集可以从头歌平台下载。 将 train_points.npy、train_labels.npy、test_points.npy 放入 ./data/ 目录。
train_points.npy
train_labels.npy
test_points.npy
./data/
python pct.py
ModelNet40 测试集分类准确率: 85.53%
A Jittor implementation of Point Cloud Transformer (PCT) for ModelNet40 classification
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
PCT_jittor
A Jittor implementation of Point Cloud Transformer (PCT) for ModelNet40 classification.
环境依赖
数据集
ModelNet40 数据集可以从头歌平台下载。 将
train_points.npy、train_labels.npy、test_points.npy放入./data/目录。训练与测试
结果
ModelNet40 测试集分类准确率: 85.53%