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?

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
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?
error is: