Pointcept / PointTransformerV3

[CVPR'24 Oral] Official repository of Point Transformer V3 (PTv3)
MIT License
583 stars 30 forks source link

How/Where to set ['offset'] or ['batch'] for the input dict with a custom dataset? #69

Closed Urwik closed 1 day ago

Urwik commented 3 days ago

Hello! I'm trying to use the PTV3 model with a custom dataset, but I've been looking at current repository and Pointcept repository but I couldn't find where or how should set the 'offset' or the 'batch' value. I can set it manually but I don't know where should be the right place.

Thanks in advance!

Urwik commented 1 day ago

Hi there,

I've already figured it out using the "Collect" transform you provided in the Pointcept repository ("Pointcept/pointcept/datasets/transforms.py"). Thanks so much for your help!