Pointcept / PointTransformerV3

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

Is the operation of obtaining the final results similar to Test-Time Augmentation? #94

Open Sylva-Lin opened 3 weeks ago

Sylva-Lin commented 3 weeks ago

The test code iterates multiple times through partial results, accumulating them to obtain the final prediction. Is this approach similar to the Test-Time Augmentation used in other methods? image

Gofinge commented 1 week ago

Yeah, it is a kind of TTA. I more detailed explanation is here: https://github.com/Pointcept/Pointcept?tab=readme-ov-file#testing