IDEA-Research / MotionLLM

[Arxiv-2024] MotionLLM: Understanding Human Behaviors from Human Motions and Videos
https://lhchen.top/MotionLLM
Other
180 stars 4 forks source link

Multi-round chat #5

Closed SeanChenxy closed 3 weeks ago

SeanChenxy commented 3 weeks ago

Hi, thanks for providing codes of #2. Could the model supports Multi-round chat based on #2?

LinghaoChan commented 3 weeks ago

Hi, thanks for providing codes of #2. Could the model supports Multi-round chat based on #2?

@SeanChenxy Multi-round chat is available. But now, we do not have enough time to support this function in this demo version. The dataset and huggingface demo are at a higher priority. You can achieve multi-round chat via concat operation.

SeanChenxy commented 3 weeks ago

ic. Thanks a lot.