A Jittor implementation of Point Cloud Transformer (PCT) for ModelNet40 classification.
Project Description
This project implements Point Cloud Transformer (PCT) using the Jittor deep learning framework for 3D point cloud classification on the ModelNet40 dataset.
Jittor_warm-up_contest
A Jittor implementation of Point Cloud Transformer (PCT) for ModelNet40 classification.
Project Description
This project implements Point Cloud Transformer (PCT) using the Jittor deep learning framework for 3D point cloud classification on the ModelNet40 dataset.
Requirements
Installation
Dataset
The ModelNet40 dataset files are provided by the Educoder competition platform:https://www.educoder.net/competitions/Jittor-7.
Please place the following files in the
data/directory:train_points.npytrain_labels.npytest_points.npyDirectory structure:
Usage