-
Notifications
You must be signed in to change notification settings - Fork 120
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
create_labels() returning empty variables #41
Comments
May be there are no objects in the ground truth. Try with the frame which has some cars in it |
Yes im working with a frame where there is a car. EDIT: I changed the z values to |
z is the vertical direction of point cloud, you can set it as z=(-3, 1) for kitti data set, actually it is filtering out the ground truth objects which are out side the range of experiment range. |
ok, i'll try to do that but i set it at |
I tired to execute the this funtion
def create_labels(places, size, corners, resolution = 0.5, x=(0, 90), y=(-50, 50), z=(-4.5, 5.5), scale=4, min_value=np.array([0., -50., -4.5])):
but the returned variablessphere_center, train_corners
have the size of(0,3) and (0,8,3)
but they are empty.Any idea about that?
Thank you
The text was updated successfully, but these errors were encountered: