BOXQA_train_v3.json is essentially the same as box_detection_train.json, accessible through this link.
In the Traffic Sign Inquiry, it denotes the time needed for recognition. For instance, we aim to recognize the traffic sign within a span of 3.5 seconds. In Box Detection, it signifies the duration for temporal fusion. For instance, we use frames from the past 1 second for the box detection task.
self. traffic_element_dict is acquired in this function.
We have uploaded it, accessible through this link.
How can I get 'data/embodied/BOXQA_train_v3.json' in this line ?
What is
self.temporal_length
mean inlavis/datasets/datasets/elm_datasets.py
?How can I get
self.traffic_element_dict
in this line?When will you release file used in this function?