You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When analysing the zenodo artifact data the analyzed segments differ.
GitHub framework: 869 segments
stars-main implementation: 904 segments
To Reproduce
Steps to reproduce the behavior:
Run both the stars-main and stars-carla-experiments repo with the following settings:
val USE_EVERY_VEHICLE_AS_EGO = false
val MIN_SEGMENT_TICK_COUNT = 10
val SIMULATION_RUN_FOLDER = ".\\stars-reproduction-source\\stars-experiments-data\\simulation_runs"
val PROJECTION_IGNORE_LIST = listOf<String>()
val FILTER_REGEX = ".*"
val STATIC_FILTER_REGEX = ".*"
Expected behavior
The segment counts should be equal.
The text was updated successfully, but these errors were encountered:
Describe the bug
When analysing the zenodo artifact data the analyzed segments differ.
To Reproduce
Steps to reproduce the behavior:
Run both the stars-main and stars-carla-experiments repo with the following settings:
Expected behavior
The segment counts should be equal.
The text was updated successfully, but these errors were encountered: