Skip to content

Request for Environment Configuration and Clarification on Import Error in model.py #2

Description

@Ruize-Ma

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:

  1. 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?

  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions