Update README.md
Browse files
README.md
CHANGED
|
@@ -75,6 +75,10 @@ pip install git+https://github.com/TIGER-AI-Lab/MantisScore.git
|
|
| 75 |
```
|
| 76 |
|
| 77 |
### Inference
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
```python
|
| 79 |
import av
|
| 80 |
import numpy as np
|
|
|
|
| 75 |
```
|
| 76 |
|
| 77 |
### Inference
|
| 78 |
+
```shell
|
| 79 |
+
cd examples
|
| 80 |
+
```
|
| 81 |
+
|
| 82 |
```python
|
| 83 |
import av
|
| 84 |
import numpy as np
|