added: .gitignore pct.py
PCT_jittor
基于计图(Jittor)框架实现的 Point Cloud Transformer(PCT)模型,用于 ModelNet40 三维点云分类任务。
特性
环境要求
安装 pip install jittor
数据集 从 Educoder 竞赛页面下载 ModelNet40 数据集: https://www.educoder.net/competitions/Jittor-7
将文件放入 data/ 文件夹: PA3/ pct.py data/ train_points.npy train_labels.npy test_points.npy
使用方法 python3 pct.py –epochs 200 –batch_size 32 –lr 0.001
输出文件: pct_model.pkl - 训练好的模型权重 result.json - 测试集预测结果
模型架构
参考资料
A Jittor implementation of Point Cloud Transformer (PCT) for ModelNet40 3D point cloud classification.
Features
Requirements
Installation pip install jittor
Dataset Download the ModelNet40 dataset from the Educoder competition page: https://www.educoder.net/competitions/Jittor-7
Place them in a data/ folder: PA3/ pct.py data/ train_points.npy train_labels.npy test_points.npy
Usage python3 pct.py –epochs 200 –batch_size 32 –lr 0.001
Output files: pct_model.pkl - trained model weights result.json - test set predictions
Model Architecture
Reference
基于计图(Jittor)框架实现的 Point Cloud Transformer(PCT)模型, 用于 ModelNet40 三维点云分类任务。 本项目包含完整的数据增强策略(三维随机旋转、随机抖动、随机缩放、随机翻转)、 Adam 优化器与余弦退火学习率调度,在 ModelNet40 测试集上达到 85%+ 的分类准确率。
PCT_jittor
PCT_jittor
基于计图(Jittor)框架实现的 Point Cloud Transformer(PCT)模型,用于 ModelNet40 三维点云分类任务。
特性
环境要求
安装 pip install jittor
数据集 从 Educoder 竞赛页面下载 ModelNet40 数据集: https://www.educoder.net/competitions/Jittor-7
将文件放入 data/ 文件夹: PA3/ pct.py data/ train_points.npy train_labels.npy test_points.npy
使用方法 python3 pct.py –epochs 200 –batch_size 32 –lr 0.001
输出文件: pct_model.pkl - 训练好的模型权重 result.json - 测试集预测结果
模型架构
参考资料
PCT_jittor
A Jittor implementation of Point Cloud Transformer (PCT) for ModelNet40 3D point cloud classification.
Features
Requirements
Installation pip install jittor
Dataset Download the ModelNet40 dataset from the Educoder competition page: https://www.educoder.net/competitions/Jittor-7
Place them in a data/ folder: PA3/ pct.py data/ train_points.npy train_labels.npy test_points.npy
Usage python3 pct.py –epochs 200 –batch_size 32 –lr 0.001
Output files: pct_model.pkl - trained model weights result.json - test set predictions
Model Architecture
Reference