RenShuhuai-Andy / TimeChat

[CVPR 2024] TimeChat: A Time-sensitive Multimodal Large Language Model for Long Video Understanding
https://arxiv.org/abs/2312.02051
BSD 3-Clause "New" or "Revised" License
267 stars 23 forks source link

Question about prompts. #18

Closed gyxxyg closed 5 months ago

gyxxyg commented 5 months ago

Thank you for your excellent work!

I have a few questions regarding the prompts while constructing the IT data. For instance, in utils/construct_it_data/process_dvc_data.py, the prompt file is prompts/dvc_prompts.json. However, I only found /prompts/dvc_description.txt, which appears to be related. Could you kindly inform me if I have overlooked something, or would you mind updating the scripts in 'utils/construct_it_data/' to ensure they are consistent with the current version?

RenShuhuai-Andy commented 5 months ago

Hi, thanks for your interests.

We have uploaded the prompts for constructing the instruction data. https://github.com/RenShuhuai-Andy/TimeChat/tree/master/utils/construct_it_data/prompts

gyxxyg commented 5 months ago

Thank you so much! That helps a lot!