ksakmann/CarND-Vehicle-Detection

Had bug for search_classufy.ipynb ?

molyswu opened this issue · 2 comments

Hi,
Run search_classufy.ipynb with jupyter notebook ,for bug as folows :

IndexError Traceback (most recent call last)
in ()
----> 1 file0 = images[2]
2 file1 = images[3]
3 file2 = images[4]
4 file3 = images[5]
5

IndexError: list index out of range

Thank you !
molyswu

Hi,

IndexError Traceback (most recent call last)
in ()
---->file0 = images[10]
file1 = images[70]
file2 = images[83]
file3 = images[90]

5

IndexError: list index out of range

Thank you !
molyswu

It's not clear to me where in the code you run into problems, But you have to generate those images first.