This is a project using point cloud transformer to do ModelNet40 Classifier task. The key point is it uses Jittor instead of pytorch or tensorflow as the deeplearning architecture.
Environment
First, install jittor
pip install jittor
For CPU training, that’s all.
For GPU training, do
JittorPCTModelNet40
This is a project using point cloud transformer to do ModelNet40 Classifier task. The key point is it uses Jittor instead of pytorch or tensorflow as the deeplearning architecture.
Environment
First, install jittor
For CPU training, that’s all. For GPU training, do
If you have any troubles, visit https://cg.cs.tsinghua.edu.cn/jittor/download for help.