-
Notifications
You must be signed in to change notification settings - Fork 4.7k
3D Bounding box #1791
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
Comments
Yes, technically it can be, but we don't have the bandwidth to add this as of now. |
Hi, I want to use the feature with pre-built environments like CityEnviron or AirSimNH. From what I understand, any changes I make won't work with the supplied binaries of environments. |
Have anyone success to get 3d bounding box with lidar data for deep learning? It would be great if you can share the data or the code to generate it. Thanks :) |
In the meantime here's a ridculous hack: It would be much better for us to add the feature of course. |
@ironclownfish Is there a way to extract the dimensions of the 'simple' collision box, perhaps? |
i found that we can set lidar and cam on the same position(settings.json),and the cam can get 3d bounding box from environment!so this 3d bounding box can be used to lidar ! |
Hi, can the PythonClient be extended to have a getBoundingBox3D method for other cars, pedestrians in the environment?
This functionality will go a long way in making AirSim a more complete simulator, allowing for functionality such as perception of objects and prediction of their trajectories, which are standard components of most AV system pipelines.
The text was updated successfully, but these errors were encountered: