-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
AssertionError: points.shape[0] == 5 #2
Comments
Apologies for the inconvenience caused. |
I've met the same problem. Changing to the latest label still doesn't work. Can you tell me the detailed solutions? thx |
If you have downloaded the latest label, you may need to run the data processing scripts available in this repository that are not the same one in OpenLane-V2. Please refer to the README file. |
solved. Thanks a lot! |
Hi~, How did you solve it? |
in ped2lane_segment
assert points.shape[0] == 5
AssertionError
The text was updated successfully, but these errors were encountered: