mariustomato / acia-motion-music

xbox camera movement to nice music
0 stars 0 forks source link

Programmiersprache + Libs raussuchen #2

Closed mariustomato closed 1 year ago

mariustomato commented 1 year ago

Look at some prog. lang. and libs. regarding image recognition/tracking

mariustomato commented 1 year ago

Tracking:

MediaPipe scheint das sinnvollste zu sein, da es relativ viel tracken kann was "Bewegungen" angeht. Außerdem ist die Ressourcenintensität nur mittelhoch und anscheinend "einfach" zu lernen/benutzen

mariustomato commented 1 year ago

Hand Gesture Detection: https://developers.google.com/mediapipe/solutions/vision/gesture_recognizer Pose (Landmark) Detection: https://developers.google.com/mediapipe/solutions/vision/pose_landmarker Face (Landmark) Detection: https://developers.google.com/mediapipe/solutions/vision/face_landmarker -> könnte Tricky sein, weil das Mesh relativ "groß" ist für unsere Anwendungszwecke

Es gibt auch die Möglichkeit eine "Full Body Landmark" zu machen: https://developers.google.com/mediapipe/solutions/vision/holistic_landmarker