weiyi01191 commited on
Commit
4c17e05
·
1 Parent(s): 5cd3f25

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt CHANGED
@@ -29,6 +29,23 @@ soundfile==0.12.1
29
  gradio==4.36.1
30
  gradio-client
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  # MiniGPT4-Video核心依赖
33
  omegaconf==2.3.0
34
  einops==0.7.0
 
29
  gradio==4.36.1
30
  gradio-client
31
 
32
+ # 图像处理
33
+ scikit-image==0.21.0
34
+
35
+ # NLP和评估
36
+ nltk==3.8.1
37
+ pycocoevalcap==1.2
38
+
39
+ # 可视化和绘图
40
+ matplotlib==3.7.5
41
+
42
+ # 实验跟踪
43
+ wandb==0.16.2
44
+
45
+ # 字幕处理
46
+ pysrt==1.1.2
47
+ chardet==5.2.0
48
+
49
  # MiniGPT4-Video核心依赖
50
  omegaconf==2.3.0
51
  einops==0.7.0