NVlabs / VoxFormer

Official PyTorch implementation of VoxFormer [CVPR 2023 Highlight]
Other
1.04k stars 86 forks source link

split problem #41

Open twoDragonBear opened 1 year ago

twoDragonBear commented 1 year ago

splits = { "train": ["00", "01", "02", "03", "04", "05", "06", "07", "09", "10"], "val": ["08"], "test": ["11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21"], } I found the config use val split to test. Whether the test split is not used?