python compare.py imgs examples{lennon*,clapton*} --dlibFacePredictor shape_predictor_68_face_landmarks.dat --networkModel
nn4.small2.v1.t7 --imgDim 96
The Error we r getting is as follows
FileNotFoundError: [WinError 2] The system cannot find the file specified
Exception ignored in: <bound method TorchNeuralNet.__del__ of <openface.torch_ne
ural_net.TorchNeuralNet object at 0x000000961BB70160>>
Traceback (most recent call last):
File "torch_neural_net.py", line 109, in __del__
if self.p.poll() is None:
AttributeError: 'TorchNeuralNet' object has no attribute 'p'