Hi,
Thank you for your fantastic work and for open-sourcing it!
I’ve recorded some additional routes and wanted to run the VQA generator. I noticed that it processes only the first 30 samples, which I assume is unintentional or a leftover artifact.
See here:
|
self.data_boxes_paths_all = glob.glob(os.path.join(self.data_directory, 'data/simlingo/*/*/*/*/boxes/*.json.gz'))[:30] |
Best,
Fabian
Hi,
Thank you for your fantastic work and for open-sourcing it!
I’ve recorded some additional routes and wanted to run the VQA generator. I noticed that it processes only the first 30 samples, which I assume is unintentional or a leftover artifact.
See here:
simlingo/dataset_generation/language_labels/drivelm/carla_vqa_generator.py
Line 66 in 743b243
Best,
Fabian