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
[Job 5 dataset creation] finished in 6700 ms Job 5: creating dataset... [OK] job 0 scenes:: 0%| | 0/707 [00:01<?, ?it/s] multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/xxxxx/lib/python3.7/multiprocessing/pool.py", line 121, in worker result = (True, func(*args, **kwds)) File "prerender_raster.py", line 177, in pre_render_scenes data = ds.agent_dataset.get_frame(scene_num, state_index=state_index, track_id=track_id) File "/xxxxx/lib/python3.7/site-packages/l5kit/dataset/ego.py", line 100, in get_frame image = data["image"].transpose(2, 0, 1) AttributeError: 'dict' object has no attribute 'transpose' """
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[Job 5 dataset creation] finished in 6700 ms
Job 5: creating dataset... [OK]
job 0 scenes:: 0%| | 0/707 [00:01<?, ?it/s]
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/xxxxx/lib/python3.7/multiprocessing/pool.py", line 121, in worker
result = (True, func(*args, **kwds))
File "prerender_raster.py", line 177, in pre_render_scenes
data = ds.agent_dataset.get_frame(scene_num, state_index=state_index, track_id=track_id)
File "/xxxxx/lib/python3.7/site-packages/l5kit/dataset/ego.py", line 100, in get_frame
image = data["image"].transpose(2, 0, 1)
AttributeError: 'dict' object has no attribute 'transpose'
"""
The text was updated successfully, but these errors were encountered: