Skip to content

for num in track_numbers: --> IndexError: list index out of range in demo.ipynb #5

Description

@monacv

I was able to run all the cells before this one in demo.ipynb

I am not sure how I could fix this error. Could you please help me?

Screenshot from 2021-03-10 10-55-32

error is:

---------------------------------------------------------------------------
IndexError                                Traceback (most recent call last)
<ipython-input-11-e2445a03900a> in <module>
      2 
      3 for num in track_numbers:
----> 4     tracked_frames_path.append(frames_path[num-1])
      5 #preprocessing tracked frames
      6 #Data as numpy array and list of sorted frame numbers

IndexError: list index out of range

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions