Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError #1

Open
marcusinthesky opened this issue Sep 5, 2019 · 0 comments
Open

IndexError #1

marcusinthesky opened this issue Sep 5, 2019 · 0 comments

Comments

@marcusinthesky
Copy link

I have tried to run this code locally on my own computer. I get the following error:

File "app.ipynb", line 53, in get_img:
" self._bounds = []\n", Traceback (most recent call last):
File "/home/userx/.local/lib/python3.7/site-packages/bokeh/application/handlers/code_runner.py", line 179, in run
exec(self._code, module.dict)
File "/home/userx/Git/webcam_classifier/app.ipynb", line 137, in
" return pn.Row(pn.layout.HSpacer(), pn.panel(self.image * self.polygons), pn.layout.HSpacer())\n",
File "/home/userx/.local/lib/python3.7/site-packages/param/parameterized.py", line 455, in _output
return func(*args,**kw)
File "/home/userx/Git/webcam_classifier/app.ipynb", line 97, in image
" self._bounds = bounds\n",
File "/home/userx/Git/webcam_classifier/app.ipynb", line 53, in get_img
" self._bounds = []\n",
IndexError: list index out of range

I don't think this is a dependency issue. I thought you should just be aware of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant