How do you compute the inference time number in Table 11?
yxchng opened this issue · 1 comments
yxchng commented
oneformer3d-contributor commented
You can simply add time.time()
calls between these 4 parts of out method and then average the times throw the validation run.