There are many ReID codes for OpenCV Python on the internet, but this is apparently the official one: opencv/person_reid.py at master · opencv/opencv · GitHub
My question is: how do I make it real time? That is, I indicate a query and in real time I traced the person by indicating an ID, and that recognizes who the person at all times (because it currently recognizes the person of the query, but only generates a photo with all the appearances that it has in The galery).
Can you help me?