testing - Test methodology for Hand gesture recognition application in Kinect -
i developing immersive image navigation project in kinect, uses hands-free gestures. have decided upon set of gestures, shall use in project.
i working on algorithms. want know general methodology testing various components of such kinect related projects.
how must design test suite, fields? how must different gesture recognition algorithms tested? optimum number of tests establish data worth presenting? how many participants must involved? , set of data must collected required coverage of test information?
with kinect sdk can record gestures , replay them verify code can detect them.
doing gestion recognition hard, though - try record different people doing different gestures , see if code can recognize them all.
most of time machine learning involved in creating such recognizers - machine learning working need record many many people training recognizer - advise against , reuse gestures offered kinect sdk (grip, release example) unless know doing.
Comments
Post a Comment