From 8883ee975a236b71883b868efbff533d61cf6251 Mon Sep 17 00:00:00 2001 From: lupeng Date: Tue, 25 Jul 2023 10:27:44 +0800 Subject: [PATCH] add example and openxlab link for just dance --- projects/README.md | 6 +++++- projects/just_dance/README.md | 12 ++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/projects/README.md b/projects/README.md index 1089af8194..f6f38bb15c 100644 --- a/projects/README.md +++ b/projects/README.md @@ -54,7 +54,11 @@ We also provide some documentation listed below to help you get started:
-- **[💃Just-Dance](./just_dance)**: Enhancing Dance scoring system for comparing dance performances in videos +- **[💃Just-Dance](./just_dance)**: Enhancing Dance scoring system for comparing dance performances in videos. + + TRY IT NOW + +
diff --git a/projects/just_dance/README.md b/projects/just_dance/README.md index 70390215f9..385ef03005 100644 --- a/projects/just_dance/README.md +++ b/projects/just_dance/README.md @@ -1,10 +1,18 @@ # Just Dance - A Simple Implementation + + + Try it on OpenXLab + + + This project presents a dance scoring system based on RTMPose. Users can compare the similarity between two dancers in different videos: one referred to as the "teacher video" and the other as the "student video." -Here is an example of the output dance comparison: +Here are examples of the output dance comparison: + + -![output](https://github.com/open-mmlab/mmpose/assets/26127467/56d5c4d1-55d8-4222-b481-2418cc29a8d4) + ## Usage