You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: