We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for your wonderful work. While trying, I encountered a very strange problem
When evaluating, all results are 0
Then I checked the data and there was no problem. Self. infos was able to read it normally, but for some reason, the annos of the data became empty.
{'time_stamp': 1510593602140722, 'sample_idx': 20, 'sequence_name': '1005081002024129653_...0_5333_150', 'pose': array([[ 9.9984854e-...e=float32), 'annos': {'name': array([], dtype='<U10'), 'difficulty': array([], dtype=int64), 'dimensions': array([], shape=(0, ...e=float64), 'location': array([], shape=(0, ...e=float64), 'heading_angles': array([], dtype=float64), 'velocity': array([[ 2.05744581e...934e-02]]), 'obj_ids': array([], dtype='<U22'), 'tracking_difficulty': array([], dtype=int64), 'num_points_in_gt': array([], dtype=int64), ...}, 'num_points_of_each_lidar': [157177, 4063, 3523, 5472, 4389], 'lidar_path': '..s/0020.npy', 'sequence_len': 199}
The text was updated successfully, but these errors were encountered:
I suspect this may be related to the version I downloaded from the waymo dataset. The version I downloaded is
I also discovered a version later. I'm not sure if this version is the waymo data you used. The link is: https://console.cloud.google.com/storage/browser/waymo_open_dataset_v_1_2_0_individual_files/training?pageState=(%22StorageObjectListTable%22:(%22f%22:%22%255B%255D%22))&prefix=&forceOnObjectsSortingFiltering=false
Sorry, something went wrong.
No branches or pull requests
Thank you for your wonderful work. While trying, I encountered a very strange problem
When evaluating, all results are 0
Then I checked the data and there was no problem. Self. infos was able to read it normally, but for some reason, the annos of the data became empty.
{'time_stamp': 1510593602140722, 'sample_idx': 20, 'sequence_name': '1005081002024129653_...0_5333_150', 'pose': array([[ 9.9984854e-...e=float32), 'annos': {'name': array([], dtype='<U10'), 'difficulty': array([], dtype=int64), 'dimensions': array([], shape=(0, ...e=float64), 'location': array([], shape=(0, ...e=float64), 'heading_angles': array([], dtype=float64), 'velocity': array([[ 2.05744581e...934e-02]]), 'obj_ids': array([], dtype='<U22'), 'tracking_difficulty': array([], dtype=int64), 'num_points_in_gt': array([], dtype=int64), ...}, 'num_points_of_each_lidar': [157177, 4063, 3523, 5472, 4389], 'lidar_path': '..s/0020.npy', 'sequence_len': 199}
The text was updated successfully, but these errors were encountered: