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
(base) root@rcascl4-16:/home/administrator/Desktop/hms/system# python3 WebApp.py
/usr/bin/env: ‘th’: No such file or directory
Traceback (most recent call last):
File "WebApp.py", line 39, in
HomeSurveillance = SurveillanceSystem.SurveillanceSystem()
File "/home/administrator/Desktop/hms/system/SurveillanceSystem.py", line 126, in init
self.recogniser = FaceRecogniser.FaceRecogniser()
File "/home/administrator/Desktop/hms/system/FaceRecogniser.py", line 91, in init
(self.le, self.clf) = pickle.load(f) # Loads labels and classifier SVM or GMM
TypeError: a bytes-like object is required, not 'str'
please help to solve
The text was updated successfully, but these errors were encountered:
rathinam8920
changed the title
while installing got an error
got an error when i run webapp.py
Nov 4, 2019
(base) root@rcascl4-16:/home/administrator/Desktop/hms/system# python3 WebApp.py
/usr/bin/env: ‘th’: No such file or directory
Traceback (most recent call last):
File "WebApp.py", line 39, in
HomeSurveillance = SurveillanceSystem.SurveillanceSystem()
File "/home/administrator/Desktop/hms/system/SurveillanceSystem.py", line 126, in init
self.recogniser = FaceRecogniser.FaceRecogniser()
File "/home/administrator/Desktop/hms/system/FaceRecogniser.py", line 91, in init
(self.le, self.clf) = pickle.load(f) # Loads labels and classifier SVM or GMM
TypeError: a bytes-like object is required, not 'str'
please help to solve
The text was updated successfully, but these errors were encountered: