waymo-open-dataset
waymo-open-dataset copied to clipboard
So long time to run `frame_utils.parse_range_image_and_camera_projection`
I have installed the lib by pip install waymo-open-dataset-tf-2-3-0
.
It seems take so long time to run frame_utils.parse_range_image_and_camera_projection
. About 30 seconds for one frame in a waymo sequence.
It is so slow to preprocess the whole waymo dataset, 1000 sequences, and each sequence is about 200 frames.
Any one has any ideas? Thanks.
I have installed the lib by
pip install waymo-open-dataset-tf-2-3-0
.It seems take so long time to run
frame_utils.parse_range_image_and_camera_projection
. About 30 seconds for one frame in a waymo sequence.It is so slow to preprocess the whole waymo dataset, 1000 sequences, and each sequence is about 200 frames.
Any one has any ideas? Thanks.
I am facing the same problem. Any advice?