Ollowain

Results 8 comments of Ollowain

@ShoufaChen I loaded each file among `training_20s` folder and counted the scenarios inside. Here is my code (~30min runtime): ```python FILENAME = "/yourPathToDataset/waymo/motion/scenario/training_20s/" path_list = [] # lists all tfrecord...

Hey Scott, thanks for replying that fast. I want to develop a converter from waymo to [liblanelet](https://github.com/fzi-forschungszentrum-informatik/liblanelet). In liblanelet every lane consist of a left and right polyline. With the...

Here is an example: Given the center lane 180 I want to extract left/right borders. Therefore I run this provisory code chunk: ![grafik](https://user-images.githubusercontent.com/65892179/142726068-ba3b15cd-8f1f-4f04-bd77-7bdbc076be6a.png) The result is kind of weird because...

``` File name: uncompressed_scenario_validation_validation.tfrecord-00018-of-00150 scenario_id: 978e95dd1af00247 ``` Or the "first" scenario when loading the file

Hey @scott-ettinger, did you take a look? No pressure, but maybe you forgot about it :)

Scenario Runner is currently limited to `carla==0.9.13`. So I suggest downgrading your carla version.

`"TLDR: you either need to use the ReportThread class for your thread, or call add_report_ctx on your thread after creation"` But why is the code snippet below not working. Could...

`Why am I getting "TypeError: Protocols cannot be instantiated" any clue?` This is caused by python 3.9.7. Try upgrad/downgrade your python version.