Datasets to train SVM classification

asked 2018-09-08 03:50:29 -0600

Macmik gravatar image

I tried to train my own SVM to detect people from video.

Here is how I did it: https://stackoverflow.com/questions/5...

I think the problem is with my dataset. I used INRIA dataset.

Here is how it looks like: https://drive.google.com/drive/folder...

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?

edit retag flag offensive close merge delete

Comments

i think i can help you. but could you explain what is your expected result

sturkmen gravatar imagesturkmen ( 2018-09-08 04:52:16 -0600 )edit

I want train my SVM to detect the silhouette of a specific person from video. But for now every dataset will be fine becasue I want just check if my code works. P.S. When I put data from INRIA it looks like my SVM doesn't learn anything.

Macmik gravatar imageMacmik ( 2018-09-08 05:23:47 -0600 )edit

could you expand "specific person"

sturkmen gravatar imagesturkmen ( 2018-09-08 05:36:08 -0600 )edit

what is your OpenCV version?

sturkmen gravatar imagesturkmen ( 2018-09-08 05:40:21 -0600 )edit

My OpenCV version is 3.4.1. Specific person = detect only one particular person like only detecting iron man from video :). But for now, dataset to detect all people from video will be just fine :)

Macmik gravatar imageMacmik ( 2018-09-08 06:11:05 -0600 )edit

do you have "INRIAPerson\Train\neg" images on your PC

sturkmen gravatar imagesturkmen ( 2018-09-08 06:35:50 -0600 )edit

please don't go away after answering. i try to explain what to do step by step.

sturkmen gravatar imagesturkmen ( 2018-09-08 06:50:17 -0600 )edit

Yes I have. I changed the format of all photos to png and their size on 64x128.

Macmik gravatar imageMacmik ( 2018-09-08 07:00:43 -0600 )edit

do you still have original pictures

sturkmen gravatar imagesturkmen ( 2018-09-08 07:03:35 -0600 )edit

resizing to 64x128 makes them useless

sturkmen gravatar imagesturkmen ( 2018-09-08 07:05:00 -0600 )edit