YujieOuO / SMIE

This is an official PyTorch implementation of "Zero-shot Skeleton-based Action Recognition via Mutual Information Estimation and Maximization" in ACMMM 2023.
MIT License
23 stars 4 forks source link

How to generate prompts via ChatGPT? #2

Closed kaai520 closed 10 months ago

kaai520 commented 11 months ago

I am very interested in the descriptions in ntu120_des.txt. What prompts do you use via ChatGPT to generate them? Can you give an example? Looking forward to your sharing. Thanks.

YujieOuO commented 11 months ago

We only have a limitation on the generated character length during the process, for instance: Describe the action named 'Drink water,' less than 40 words. You can try a more detailed prompt to obtain a more accurate description of the action. In my experience, this approach tends to get better results.

kaai520 commented 11 months ago

Thanks a lot!