filaPro / oneformer3d

[CVPR2024] OneFormer3D: One Transformer for Unified Point Cloud Segmentation
Other
348 stars 32 forks source link

How do you compute the inference time number in Table 11? #38

Closed yxchng closed 8 months ago

yxchng commented 8 months ago

Do you mind sharing the code for OneFormer3D? Screenshot from 2024-03-20 19-50-03

oneformer3d-contributor commented 8 months ago

You can simply add time.time() calls between these 4 parts of out method and then average the times throw the validation run.