convert dance moves to ai prompt

vijaypoco6

Regular Member
Joined
Jun 5, 2025
Messages
231
Reaction score
67
grok and chatgpt dont allow mp4 upload
I have some bollywood dance video,I want moves to translate to ai prompt
I am not native english or dance expert so ai is needed
rather than giving suggestions,can anybody try below video and give me prompt

watch?v=d9O1MPDV9

( not my video,not self promotion)
 
I think the best way is:
Take a template of the right promo for your model.

And describe in your prompt in as much detail as possible everything you see. Describe the style, atmosphere, clothes, video format, background sounds, mood, emphasis on objects and colors, dance style and everything else. Plus add your imagination
 
I think the best way is:
Take a template of the right promo for your model.

And describe in your prompt in as much detail as possible everything you see. Describe the style, atmosphere, clothes, video format, background sounds, mood, emphasis on objects and colors, dance style and everything else. Plus add your imagination
there is no template
 
Try this

https://huggingface.co/PhilipC/HumanOmniV2
https://github.com/HumanMLLM/HumanOmniV2

HumanOmniV2: a model that understands the context of videos.

Alibaba Group developed HumanOmniV2, a model based on Qwen2.5-Omni-7B-thinker, which acquired the skill of understanding visual context by changing the model's thinking process itself. It was taught to follow a strict format: first describe the context, then reason, and only then give an answer.

Now, before answering a question, the model generates a detailed description of the scene in the <context> tag. At this stage, it records who is doing what, what the background is, what sounds are heard. Only after that, in the <think> tag, it builds a logical chain of reasoning, linking the question with the collected context. And only at the end, it produces the result in the <answer> tag.

To make this approach work, it was reinforced with a reward system based on RL. The model receives standard rewards for accuracy and correct format, but two new ones were introduced:

"Context reward" is given if its description is complete and relevant, and the quality of this description is assessed by another, more powerful LLM;

"Logical reward" checks that the model actually used data from video and audio in its reasoning, and did not ignore them.

To evaluate HumanOmniV2, the IntentBench benchmark was created (633 videos, 2689 questions) based on Social-IQ 2.0, EMER and MDPE.

Its trick is that questions require simultaneous analysis of: video sequence (gestures, microexpressions), dialogues (tone, meaning of lines) and social context (irony, deception, hidden intentions).

The test model outperformed open analogues on 3 benchmarks:

Daily-Omni: 58.47% (53.13% for MiniCPM-o 2.6);
WorldSense: 47.1% (45.4% for Qwen2.5-Omni);
IntentBench: 69.33% (64.20% for Qwen2.5-Omni).

Licensing: Apache 2.0 License.
 
Back
Top