Dear Maintainers,
I am currently trying to reproduce the code from your repository SafeWatch as part of my work related to the paper "SafeWatch: An Efficient Safety-Policy Following Video Guardrail Model with Transparent Explanations" . First of all, thank you for sharing this valuable work!
However, I encountered a couple of issues during the setup and execution process. I would greatly appreciate it if you could provide some guidance or clarification on the following points:
- Missing Environment Configuration File
The repository does not include a YAML file (e.g., environment.yml or requirements.txt) to help users set up the required dependencies. This makes it challenging to ensure that the environment is correctly configured for running the code.
Could you please provide a detailed list of dependencies or an environment configuration file to facilitate the setup process?
- Import Error in model.py
In the file model.py, there is an import statement:
from utility.models.VidLLM.videollama import ...
Unfortunately, this import fails with the following error:
ModuleNotFoundError: No module named 'utility.models.VidLLM.videollama'
It seems that either the utility module is missing or the structure of the project is incomplete. Could you clarify whether this module is part of the repository or needs to be installed separately? If additional steps are required to resolve this issue, kindly provide instructions.
Dear Maintainers,
I am currently trying to reproduce the code from your repository SafeWatch as part of my work related to the paper "SafeWatch: An Efficient Safety-Policy Following Video Guardrail Model with Transparent Explanations" . First of all, thank you for sharing this valuable work!
However, I encountered a couple of issues during the setup and execution process. I would greatly appreciate it if you could provide some guidance or clarification on the following points:
The repository does not include a YAML file (e.g., environment.yml or requirements.txt) to help users set up the required dependencies. This makes it challenging to ensure that the environment is correctly configured for running the code.
Could you please provide a detailed list of dependencies or an environment configuration file to facilitate the setup process?
In the file model.py, there is an import statement:
Unfortunately, this import fails with the following error:
It seems that either the utility module is missing or the structure of the project is incomplete. Could you clarify whether this module is part of the repository or needs to be installed separately? If additional steps are required to resolve this issue, kindly provide instructions.