You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi authors, thanks for your great work.
When using the codes for stage3 training, it seems the codes cannot process the catpion_sharegptvideo_300k dataset.
The "img" item in the following config (instruction_data.py) seems make no difference.
caption_sharegptvideo_300k=[
f"{my_path}/video/caption/sharegptvideo/train_300k.json",
"{my_path}/shareGPTVideo/train_video_and_instruction/train_300k/videos",
"video",
"img", # read from image
],
Thanks for your reply.
The text was updated successfully, but these errors were encountered:
Hi authors, thanks for your great work.
When using the codes for stage3 training, it seems the codes cannot process the catpion_sharegptvideo_300k dataset.
The "img" item in the following config (instruction_data.py) seems make no difference.
Thanks for your reply.
The text was updated successfully, but these errors were encountered: