Pointcept / PointTransformerV3

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

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

Closed Urwik closed 5 months ago

Urwik commented 5 months 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 5 months 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!

Gofinge commented 4 months ago

Sorry for the late response. I've been really busy recently.