-
Notifications
You must be signed in to change notification settings - Fork 80
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
How to plot Grid cell distance from the sensor vs. logarithmically spaced mean number of points per grid cell #14
Comments
@YangZhang4065 @edwardzhou130 Kindly help on this. Do the needful |
Hi @chowkamlee81, You can use PolarSeg/dataloader/dataset.py Line 223 in 327fd9b
and voxel_position , which is the position of each voxel.PolarSeg/dataloader/dataset.py Line 229 in 327fd9b
Doing the reverse to count the number of points in each voxel and averaging the number of occurrences for voxels in the same distance, you will get the graph. |
Plot the grid for distance code doesn't open, does it? |
How to plot the graph of
Grid cell distance from the sensor vs. logarithmically spaced mean number of points per grid cell
Kindly help and give pointers
The text was updated successfully, but these errors were encountered: