DongHyunKim commited on
Commit
0d880ef
·
verified ·
1 Parent(s): 1f67d50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -69,11 +69,15 @@ Although HyperCLOVAX-SEED-Vision-Instruct-3B is a lightweight model, it is capab
69
  | InternV-2-4B | 4096 tokens, 16 frames | 33.8 | 36.0 | 22.8 | 54.2 | 52.0 | 22.7 | 83.0 | 76.9 | 51.6 | 46.11 | 39.75 | 42.58 |
70
  | InternV-2-8B | 4096 tokens, 16 frames | 43.7 | 41.2 | 32.4 | 58.5 | 53.2 | 28.5 | 86.6 | 79.0 | 97.0 | 50.32 | 45.79 | 47.81 |
71
 
 
 
 
 
72
  ## Example
73
 
74
  ```python
75
  import argparse
76
- import importlib.util
77
  import os
78
  import sys
79
  from uuid import uuid4
 
69
  | InternV-2-4B | 4096 tokens, 16 frames | 33.8 | 36.0 | 22.8 | 54.2 | 52.0 | 22.7 | 83.0 | 76.9 | 51.6 | 46.11 | 39.75 | 42.58 |
70
  | InternV-2-8B | 4096 tokens, 16 frames | 43.7 | 41.2 | 32.4 | 58.5 | 53.2 | 28.5 | 86.6 | 79.0 | 97.0 | 50.32 | 45.79 | 47.81 |
71
 
72
+ ## Dependencies for Processor
73
+ - [av](https://github.com/PyAV-Org/PyAV)
74
+ - [decord](https://github.com/dmlc/decord)
75
+
76
  ## Example
77
 
78
  ```python
79
  import argparse
80
+ import importlib
81
  import os
82
  import sys
83
  from uuid import uuid4