Skip to content

Commit a85018f

Browse files
authored
update readme (#18)
1 parent 62a41d5 commit a85018f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
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 `\eval`, `\model`, `\serve` and `\train` are directly from [LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT), unless modified and noted below.
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:
8-
- - file path
9-
- -
10-
A diff can be generated against the FIX of LLaVA-NeXT to see our modifications.
8+
- - /model/llava_arch.py
9+
- - /model/language_model/llava_qwen.py
10+
- - /train/train.py
11+
- - /train/llava_trainer.py
12+
A diff can be generated against the commit (79ef45a6d8b89b92d7a8525f077c3a3a9894a87d) of LLaVA-NeXT to see our modifications.
1113
- 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/).
1214
- Please see the `\example` directory for a demo notebook and installation instructions.

0 commit comments

Comments
 (0)