This project is implemented for the AR/VR design fabrication studio (CITE490K) course at POSTECH with 1MILLION.
Measure motion similarity between the two videos using MediaPipe pose detection AI and DTW(Dynamic Time Warping) algorithm for research on dance copyright.
By using the DTW algorithm, it is possible to accurately compare the similarity between two dances, even if their video lengths, dance speeds, or starting times differ.
After extracting the key 13 vector data through pose estimation, the DRW algorithm is applied using cosine similarity to compare the dance similarity as a percentage.