I'm working on a project to build a face recognition system and I have a question: do different camera angles affect the performance of the deep learning model?
For example, in CCTV, training data and testing data are taken using different camera heights (assume, for training data, the camera height is 150 cm and, for testing data, the camera height is 200 cm, so the camera angles also can be different). Is this possible to implement? Because when I tested the model with testing data, the results were not that good and it always had false recognition.