You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,16 @@
12
12
-- /utils.py
13
13
-- A diff can be generated against the commit (79ef45a6d8b89b92d7a8525f077c3a3a9894a87d) of LLaVA-NeXT to see our modifications.
14
14
- The code will be made publicly available when published. For review, the provided code and model license is [no license](https://choosealicense.com/no-permission/).
15
-
- Please see the `\example` directory for a demo notebook and installation instructions.
15
+
16
+
17
+
## Demo
18
+
- Currently, we provide code to run video inference in a Jupyter Notebook (which can be run on Google Colaboratory).
19
+
**Installation guide for video inference:**
20
+
```bash
21
+
conda create -n llavaction python=3.10 -y
22
+
conda activate llavaction
23
+
pip install --upgrade pip # Enable PEP 660 support.
24
+
pip install -e .
25
+
```
26
+
27
+
- Please see the `/example` directory for a demo notebook.
0 commit comments