-
Notifications
You must be signed in to change notification settings - Fork 7
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
Label Conversion error of OpenLABEL to nuS #9
Comments
What I did to get the list non empty:
However, in the code line 72 you find: So the code searches for "labels_images", which doesn't exist but there is "labels_point_cloud". Change the code there to You can clearly see that they changed their project structure, since the documentation also doesn't match directories for several scripts. I think it ran on their PC before they changed it and therefore maybe all bugs in the code are related to changed directory names. Next error python gives me after changing the code: I will look into it. Please let me know if you found a solution. |
If you look into the JSON, you can see that there is no entry called For example: You can replace
however, this will return a list instead of just an image file name, which gives you the following error: It seems like the code is written for a dataset with one camera, however the default dataset the code links for if you give no arguments, cleary mentions the R02 dataset. This is really messed up. |
Ok, the converter, once it works, doesn't make a dataset like nuscenes, but instead directly generates the corresponding .pkl files that are probably ment for use in mmdetection3D. However, I think the BEV-Fusion repo has modified the way .pkl files are generated so they may not work as intended. I think I won't look further in this. |
Code related to this error is(I think):
When I print the
camera_labels_list
, it shows empty:The text was updated successfully, but these errors were encountered: