OpenGVLab / OpenGVLab/InternVideo
Any missing classes/functions in viclip_text.py and viclip_vision.py?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 160
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I am so glad that you open-sourced the checkpoints and the demo script recently. When I run the provided demo script, I found that the viclip.py attempt to import clip_joint_l14, clip_joint_b16 and clip_text_l14, clip_text_b16, which are not pre-defined in viclip_text.py or viclip_vision.py. Just wonder if the current files are the ones in your local run?
(Also, the demo script can not run normally due to circular import, but it doesn't matter, can be fixed easily
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 Data/InternVid/viclip/viclip.py and compare its imports of clip_joint_l14, clip_joint_b16, clip_text_l14, and clip_text_b16 against viclip_text.py and viclip_vision.py. Run the provided demo script to reproduce both the missing definitions and circular-import failure. Done means the demo imports and runs with the published checkpoints, with the required functions available in the referenced modules.
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
- Mostly clear
- Newbie friendliness
- 35/100