qingy1337
qingy1337
Hi, did any of you end up getting the VideoCLIP example to work? Could you please share your package versions and stuff? I can't get it to run.
@whwu95 I second this. It would be great to have this demo!
Hi, could you please share your package versions and pip version and anything related? I can't seem to make the example run on my computer.
Getting same error for Qwen/Qwen3-4B-FP8
I also noticed a lot of people running into the relative imports error, you can fix it by running this code from `InternVideo/InternVideo2/multi_modality/`: ```Python import sys import os sys.path.append(os.getcwd()) import...
@yinanhe I am still running into this issue, it keeps saying "ImportError: attempted relative import with no known parent package" even though I put blank `__init__.py` files in every folder.
@yinanhe I solved it by running this code from the `multi_modality` folder, not `multi_modality/demo`: ```Python import numpy as np import os import io import cv2 import torch from demo.config import...
@yinanhe Sorry, I'm still a bit confused, would you mind creating a fork of this repo with a working `demo.ipynb`? Thanks! EDIT: Nevermind, I got it working!!
Also running into this, very frustrating