megvii-research / Far3D

[AAAI2024] Far3D: Expanding the Horizon for Surround-view 3D Object Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get_data_info() cannot output None during inference.

synsin0 opened this issue · comments

I observe that some frames do not have all cameras synchronized during inference stage. And the validation fails if get_test_data() returns None. How to evaluate the whole frames for 23547 validation set?

We enlarge the threshold of cameras synchronizing to 100ms when creating data info, which is set as 25ms by AV2 official.