Skip to content

Segment count is not equal to the previous stars-main repository #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tillschallau opened this issue Nov 14, 2023 · 1 comment · Fixed by #14
Closed

Segment count is not equal to the previous stars-main repository #10

tillschallau opened this issue Nov 14, 2023 · 1 comment · Fixed by #14
Assignees
Labels
bug Something isn't working

Comments

@tillschallau
Copy link
Member

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.

@tillschallau tillschallau added the bug Something isn't working label Nov 14, 2023
@tillschallau tillschallau self-assigned this Nov 14, 2023
@tillschallau
Copy link
Member Author

#9 might help to debug this issue

@tillschallau tillschallau linked a pull request Nov 15, 2023 that will close this issue
tillschallau added a commit that referenced this issue Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant