Pointcept / PointTransformerV3

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

test on Semantickitti #50

Open lileai opened 1 month ago

lileai commented 1 month ago

I noticed that your test set here gives the test results directly, but as far as I know semantickitti's test results are supposed to be obtained by uploading the test tags, I'd like to ask "Syncing..." I would like to ask how the result after "Syncing..." is obtained and I didn't find the code for it, can you tell me where it is?

325686712-3dbbca14-47ed-46d9-bf28-8904787daec7
Gofinge commented 1 month ago

Hi, it's here: https://github.com/Pointcept/Pointcept/blob/main/pointcept/engines/test.py#L304.

lileai commented 1 month ago

I'd still like to know how you calculate the metrics locally for the semantickitti test set image

Gofinge commented 1 month ago

Hi, an explanation is available here (https://github.com/Pointcept/Pointcept/issues/108#issuecomment-1893709522). I will have some time to update outdoor configs and weights soon.