Open pyaf opened 5 years ago
Could you please share an example on how to reproduce the bug?
Sure, suppose you have an instance of LyftDataset
let's call it lyftdata
my_scene = lyftdata.scene[0]
lyftdata.render_scene(my_scene['token'])
The second line throws the error. Note: The error only comes in a jupyter notebook. Not when it is run in a python script.
Hey,
I've found an issue related to render_scene function, running it in Jupyter notebook throws following error:
Running the same function in a python script works perfectly fine. Here's my Kaggle kernel which you can copy and rerun to produce the error: https://www.kaggle.com/rishabhiitbhu/eda-understanding-the-dataset