|
from utils.constants import (DEFAULT_IMAGE_TOKEN, |
The utils directory with constants.py seems to be missing. This file is expected to contain definitions like DEFAULT_IMAGE_TOKEN and DEFAULT_VIDEO_TOKEN, which are referenced in vqa_processor.py. Could you clarify if utils/constants.py should be included in the repository? Thank you.
ByteVideoLLM/data/video_llm_data.py
Line 25 in e4408fe
The utils directory with constants.py seems to be missing. This file is expected to contain definitions like DEFAULT_IMAGE_TOKEN and DEFAULT_VIDEO_TOKEN, which are referenced in vqa_processor.py. Could you clarify if utils/constants.py should be included in the repository? Thank you.