pipixin321 / HolmesVAD

Official implementation of "Holmes-VAD: Towards Unbiased and Explainable Video Anomaly Detection via Multi-modal LLM"
https://arxiv.org/pdf/2406.12235
MIT License
78 stars 3 forks source link

环境配置时readme要求与pip -e冲突 #13

Open xiaotong1118 opened 3 weeks ago

xiaotong1118 commented 3 weeks ago

在pyproject.toml 显示transformer==4.31.0 而readme中要求>=4.37.2二者冲突,会引起transformer库中缺少函数的问题

pipixin321 commented 3 weeks ago

We recommend using transformer==4.31.0 in this version of the code.