目录

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

  • Python 3.10
  • Jittor 1.3.11.0
  • NumPy

Installation

conda create -n pa3 python=3.10 -y
conda activate pa3
pip install jittor

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.npy
  • train_labels.npy
  • test_points.npy

Directory structure:

data/
├── train_points.npy
├── train_labels.npy
└── test_points.npy

Usage

python pct.py --epochs 200 --batch_size 32 --lr 0.001
关于

A Jittor implementation of Point Cloud Transformer (PCT) for ModelNet40 classification.

34.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号