The large dataset files (data/*.npy) are not tracked in git.
Please download ModelNet40 processed data from the course/competition release page and place them under data/:
train_points.npy
train_labels.npy
test_points.npy
categories.txt
Result (Current Submission)
Educoder request ID: 202605120227371697125
Accuracy: 0.8549
Status: accept
Author
Name: 苏继荣
Student ID: 2024080045
关于
Jittor implementation of PCT for ModelNet40 point cloud classification (PA3).
PCT_jittor_ModelNet40
A Jittor implementation of Point Cloud Transformer (PCT) for ModelNet40 point cloud classification.
Project Overview
This project trains a PCT classifier on ModelNet40 and exports test predictions in competition format:
data/train_points.npy,data/train_labels.npy,data/test_points.npyresult.json({"sample_id": class_id})Framework
Files
pct.py: model definition, training, inference, and result exportresult.json: predicted labels for test samplesREPORT.md: experiment reportPA3_README.pdf: assignment documentEnvironment
Run
After training,
pct.pygenerates:pct_model.pklresult.jsonDataset Note
The large dataset files (
data/*.npy) are not tracked in git. Please download ModelNet40 processed data from the course/competition release page and place them underdata/:train_points.npytrain_labels.npytest_points.npycategories.txtResult (Current Submission)
2026051202273716971250.8549acceptAuthor