-
Notifications
You must be signed in to change notification settings - Fork 15
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
ValueError: 'RoadEdge_RaisedCurb' is not a valid EgoRoadClass #47
Comments
Very sorry for your issues. parsing was indeed broken for ego road (for a subset of frames at least). This PR should fix it. |
Thank you for your quick response. When can I expect it to be merged with the main branch? |
This PR is now merged. If you are using the source code you can simply take down the latest changes! If you are using the pypi package, that will be updated later this week! |
hi @SyedShafiq! could you please confirm if the PR resolved your issues so we could close this issue? thanks! |
This is the error, encountered.
Upon debugging, there seems to be an error in this piece of code from polygin_transformations.py file:
|
You are right, the notebook still had issues with ego road annotations. Can you install/pull from latest master and try again? Sorry about the hassle |
Hello,
I am encountering the following error:
ValueError: 'RoadEdge_RaisedCurb' is not a valid EgoRoadClass
This is error is generated when I am running the following piece of code in devkit_tutorial.
Could you please suggest a workaround so that I can see the segmentation on the image? Seems like there are more than 2 classes in the EgoAnnotation data.
The text was updated successfully, but these errors were encountered: