Pointcept / Pointcept

Pointcept: a codebase for point cloud perception research. Latest works: PTv3 (CVPR'24 Oral), PPT (CVPR'24), OA-CNNs (CVPR'24), MSC (CVPR'23)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to train a PointTransformer (any version) with point clouds of variable size?

adosar opened this issue · comments

First of all, congratulations for your work!

I was wondering if it is possible to train a pointtransformer model on a custom point cloud dataset for a regression task.

My dataset contains point clouds of variable size. Can I use a pointtransformer model in this case as is or I will need to modify the source code (mask attention, custom collate functions etc.)?

Hi, any model on Pointcept supports point clouds with variable sizes. Check here: https://github.com/Pointcept/Pointcept?tab=readme-ov-file#offset.