Tracking in Uniform Crowds with Neural Networks
This project tackles the problem of detecting people by tracking their movement in areas where the people have similar clothes. This is the norm in the UAE, where locals, roughly speaking, wear the same outfit. Neural networks are the best model so far for this problem, and thats exactly what we did. However a major component of neural networks are their architecture. We opt for a Siamese neural network, conduct necessary videos and tracking to detect moving males in a small crowd. We use this frame by frame data to train and test the model. Source