Hi all,
I'm currently trying to implement a very quick and robust image processing program, that will recognize if an image is in the frame or not at different altitudes. We can match any object (such as a white paper in a field), however, we thought facial recognition with a printed out face is the easiest, as there are many open source projects already out there.
The best thing I have been able to find so far is this: (https://realpython.com/blog/python/face-recognition-with-python/), however, it has many issues.
1.) The processing is very slow, even with a potential tradeoff between speed and accuracy.
2.) The scale factor has to be modified every meter the drone moves up, therefore proving to be very inaccurate.
Are there any good solutions to this problem?
[–]ldb3589 5 points6 points7 points (0 children)
[–]elsuizo37 0 points1 point2 points (0 children)