ELM
ELM copied to clipboard
Question about the usage of box data
How can I get 'data/embodied/BOXQA_train_v3.json' in this line ?
What is self.temporal_length mean in lavis/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?
Hi, thanks for your interest.
-
BOXQA_train_v3.jsonis essentially the same asbox_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_dictis acquired in this function. - We have uploaded it, accessible through this link.