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
$ sh birdfeeder_pycoral.sh
bird_classify_pycoraltest.py:32: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
Loading /home/mendel/coral/pycoral/test_data/mobilenet_v2_1.0_224_quant_edgetpu.tflite with /home/mendel/coral/pycoral/test_data/ImageNetLabels.txt labels.
Traceback (most recent call last):
File "bird_classify_pycoraltest.py", line 183, in
main()
File "bird_classify_pycoraltest.py", line 180, in main
headless=args.headless)
TypeError: run_pipeline() got an unexpected keyword argument 'videosrc'
The text was updated successfully, but these errors were encountered:
$ sh birdfeeder_pycoral.sh
bird_classify_pycoraltest.py:32: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
Loading /home/mendel/coral/pycoral/test_data/mobilenet_v2_1.0_224_quant_edgetpu.tflite with /home/mendel/coral/pycoral/test_data/ImageNetLabels.txt labels.
Traceback (most recent call last):
File "bird_classify_pycoraltest.py", line 183, in
main()
File "bird_classify_pycoraltest.py", line 180, in main
headless=args.headless)
TypeError: run_pipeline() got an unexpected keyword argument 'videosrc'
The text was updated successfully, but these errors were encountered: