Training custom dataset using Histogram of Gradients in java [closed]

asked 2018-03-25 10:05:48 -0600

Hello, anybody know how to create own dataset or own training custom dataset for HOG in java ? i really need that for my research to detect 4 gesture hand using custom dataset for HOG thank you before.

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by EdoTwentySix
close date 2018-04-21 09:05:17.890676

Comments

what do you want to do with it ? classification ? detection ?

please explain a bit more.

berak gravatar imageberak ( 2018-03-25 10:18:41 -0600 )edit

Actually i need this for hand detection

EdoTwentySix gravatar imageEdoTwentySix ( 2018-03-25 10:36:31 -0600 )edit

But i want to create my own dataset not from other people dataset. Can i generate my own .xml or .yaml dataset ?

EdoTwentySix gravatar imageEdoTwentySix ( 2018-03-25 10:38:48 -0600 )edit

maybe you're confusing something ?

the HOGDetector can only detect a single class / gesture. (it gives your the rect detected from an image of arbitrary size)

if you want to classify, which of 4 gestures is in the image, you need cropped, equal sized images, and the outcome of the prediction will be: #3

different ideas, right ?

to train the 1st, you probably do not want to reinvent it in java, when there is a readymade train program in c++ for this

berak gravatar imageberak ( 2018-03-25 11:59:19 -0600 )edit

I dont get it about needed to cropped, btw in classify with SVM from HOG there are positif and negative sample, for 4 gesture are there will become 4 dataset ? or just 1 ? I need your explanation about this sir thank you before keep replying my post.

EdoTwentySix gravatar imageEdoTwentySix ( 2018-03-25 12:36:00 -0600 )edit

Hello berak can you give to me your contact ? of some social media, i have something to ask you in real time.

EdoTwentySix gravatar imageEdoTwentySix ( 2018-03-30 05:46:06 -0600 )edit

oh noes, no social media (i abhorr that deeply.)

but come out on irc ? #opencv on freenode (mcclintic there)

berak gravatar imageberak ( 2018-03-30 06:08:01 -0600 )edit

What the name of IRC Channels ?

EdoTwentySix gravatar imageEdoTwentySix ( 2018-03-30 06:10:55 -0600 )edit

opencv ...

berak gravatar imageberak ( 2018-03-30 06:17:32 -0600 )edit

Thanks before berak

EdoTwentySix gravatar imageEdoTwentySix ( 2018-03-30 06:24:11 -0600 )edit