OpenGVLab / OpenGVLab/Ask-Anything
question about processing caption_sharegtpvideo_300k
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.4k
- Forks
- 268
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the caption_sharegptvideo_300k entry in instruction_data.py and trace how stage3 training reads its JSON, video directory, modality, and "img" value. Compare that path with the reported dataset layout and determine why processing produces no effect; done means the dataset is handled as intended or the mismatch is documented with a reproducible result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100