I tried to train my own SVM to detect people from video.
Here is how I did it: https://stackoverflow.com/questions/51628529/training-your-own-svm-opencv
I think the problem is with my dataset. I used INRIA dataset.
Here is how it looks like: https://drive.google.com/drive/folders/1xijQrOayS_9s93UnYbv8mxxIoqlaJU0Z
There are about 200 positive samples and about 1400 negative.
I want ask you if you know any other datasets which I can download and use with my SVM?
Do you have also any advice on how a well-prepared database should look like?