Skip to content

Commit b0c7bbb

Browse files
authored
Update README.md
1 parent 7364bc2 commit b0c7bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
- This repository contains the implementation for our ICCV 2025 submission on evaluating and training multi-modal large language models for action recognition.
55
- Our code is built on [LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT), and files in the directory `llavaction/action` are related to this work. We thank the authors of LLaVA-NeXT for making their code publicly available.
6-
- The files in the`\model` ... etc ... are directly from [LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT).
6+
- The files in the `\eval`, `\model`, `\serve` and `\train` are directly from [LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT), unless modified and noted below.
77
- Modified files are:
88
- - file path
99
- -
1010
A diff can be generated against the FIX of LLaVA-NeXT to see our modifications.
11-
- The code will be made publicaly available when published. For review, the provdied code and model license is [no license](https://choosealicense.com/no-permission/).
11+
- 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/).
1212
- Please see the `\example` directory for a demo notebook and installation instructions.

0 commit comments

Comments
 (0)