OpenGVLab / OpenGVLab/Ask-Anything

question about processing caption_sharegtpvideo_300k

Open
#218 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.