Fixed path formatting
This commit is contained in:
@@ -25,8 +25,6 @@ def detect() :
|
||||
print("Error: Could not open camera")
|
||||
exit()
|
||||
|
||||
cv2.namedWindow("Predictions", cv2.WINDOW_NORMAL)
|
||||
|
||||
while True:
|
||||
ret, frame = cap.read()
|
||||
fen = detection_service.get_fen(frame)
|
||||
|
||||
Reference in New Issue
Block a user