@@ -194,7 +194,7 @@ with torch.no_grad():
194194
195195</details >
196196
197- ### Loading from Source Code
197+ ### Loading from Source Code
198198
199199<details >
200200<summary >Click to expand installation and usage code</summary >
@@ -274,17 +274,6 @@ pip install -e .
274274
275275</details >
276276
277- ### Single Node Dry Run To Test Setup
278-
279- <details >
280- <summary >Click to expand dry run command</summary >
281-
282- ``` bash
283- bash shells/ov_encoder_base_stage1_si_dry_run.sh
284- ```
285-
286- </details >
287-
288277### Single Node Stage-1 Single Image
289278
290279<details >
@@ -329,6 +318,8 @@ To evaluate the OneVision Encoder as a vision backbone for LLaVA-NeXT multimodal
329318
330319Navigate to the llava_next directory and follow the setup instructions:
331320
321+ For more details, refer to the [ LLaVA-NeXT documentation] ( llava_next/README.md ) .
322+
332323<details >
333324<summary >Click to expand LLaVA-NeXT evaluation setup</summary >
334325
@@ -345,7 +336,9 @@ docker run -it --gpus all --ipc host --net host --privileged \
345336
346337</details >
347338
348- #### Running Evaluation
339+ #### LLaVA-NeXT-Video Evaluation
340+
341+
349342
350343For image benchmarks (ChartQA, DocVQA, AI2D, OCRBench, etc.):
351344
@@ -374,7 +367,7 @@ TASKS="videomme" bash scripts/eval/eval_ov_encoder.sh
374367
375368</details >
376369
377- For more details, refer to the [ LLaVA-NeXT documentation ] ( llava_next/README.md ) .
370+
378371
379372### Attentive Probe Evaluation
380373
@@ -398,9 +391,6 @@ bash shells_eval_ap/eval_ov_encoder_large_16frames.sh
398391
399392</details >
400393
401- ** Sampling-Specific Parameters:**
402-
403- - ` frames_token_num ` : Number of tokens per frame (e.g., 256 tokens for standard sampling).
404394
405395#### OV-Encoder Codec Evaluation
406396
@@ -427,11 +417,6 @@ bash shells_eval_ap/eval_ov_encoder_large_2kpatches_codec.sh
427417
428418---
429419
430- ## 📄 License
431-
432- This project is released under the Apache 2.0 License.
433-
434-
435420
436421## 🔗 Related Projects
437422
0 commit comments