holtvogt / tracklet_parser

A parser for tracklet labels in KITTI Raw Format 1.0 created by the Computer Vision Annotation Tool (CVAT).
MIT License
4 stars 0 forks source link

Not able to import TrackletParser #4

Closed AJAY31797 closed 9 months ago

AJAY31797 commented 9 months ago

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:

  1. Go to Google Colab Notebook.
  2. Clone the repo using !git clone https://github.com/holtvogt/tracklet_parser
  3. Set the current directory using %cd /content/tracklet_parser
  4. Run the setup.py file using !python setup.py install
  5. Import TrackletParser using from tracklet_parser import TrackletParser
  6. See error.

Expected behavior The TrackletParser should be imported. However, I see error on importing.

Screenshots The screenshot of the error is attached below. image

Please let me know how to handle this.

holtvogt commented 9 months ago

There is an issue with the package structure. I will have a look and push a fix today. Thanks for letting me know!