BrandonJoffe / home_surveillance

Home surveillance system with facial recognition
1.22k stars 384 forks source link

Warnings after Running WebApp.py #15

Closed vahid-dan closed 7 years ago

vahid-dan commented 7 years ago

Hi;

FYI, these warnings are shown on the screen right after running WebApp.py:

WebApp.py:20: ExtDeprecationWarning: Importing flask.ext.uploads is deprecated, use flask_uploads instead.
  from flask.ext.uploads import UploadSet, configure_uploads, IMAGES
/usr/local/lib/python2.7/dist-packages/sklearn/lda.py:4: DeprecationWarning: lda.LDA has been moved to discriminant_analysis.LinearDiscriminantAnalysis in 0.17 and will be removed in 0.19
  "in 0.17 and will be removed in 0.19", DeprecationWarning)
WebApp.py:22: ExtDeprecationWarning: Importing flask.ext.socketio is deprecated, use flask_socketio instead.

Cheers, Vahid

BrandonJoffe commented 7 years ago

These are deprecation warnings, which can be ignored for now