I am trying to implement tracklet_parser on Google Colab. I cloned the repository and ran the setup.py file. For the next step as shown on in https://github.com/holtvogt/tracklet_parser, I am trying to import the TrackletParser. But it is not able to import it and shows error.
Describe the bug Hi,
I am trying to implement tracklet_parser on Google Colab. I cloned the repository and ran the setup.py file. For the next step as shown on in https://github.com/holtvogt/tracklet_parser, I am trying to import the TrackletParser. But it is not able to import it and shows error.
To Reproduce Steps to reproduce the behavior:
Expected behavior The TrackletParser should be imported. However, I see error on importing.
Screenshots The screenshot of the error is attached below.
Please let me know how to handle this.