I'm using dlib for face detection and getting this error Exception: 'dlib.mmod_rectangle' object has no attribute 'right' What is the problem? I'm using cnn version of dlib which should run on gpu and here is the code detector = dlib.cnn_face_detecti…