yes
A Jittor implementation of Point Cloud Transformer (PCT) for ModelNet40 classification.
Download ModelNet40 dataset and place files in data/ folder:
data/
train_points.npy
train_labels.npy
test_points.npy
```bash python pct.py –epochs 200 –batch_size 32 –output_name baseline
PCT_jittor
A Jittor implementation of Point Cloud Transformer (PCT) for ModelNet40 classification.
Requirements
Dataset
Download ModelNet40 dataset and place files in
data/folder:train_points.npytrain_labels.npytest_points.npyUsage
Train the model:
```bash python pct.py –epochs 200 –batch_size 32 –output_name baseline