Skip to content

Commit

Permalink
Update smolvlm.md
Browse files Browse the repository at this point in the history
This PR updates the link to SmolVLM_video_inference.py in the announcement blog post, a script referenced in the Video section, to reflect its new location following a recent refactor of the smollm repository.
  • Loading branch information
neonwatty authored Feb 12, 2025
1 parent 8397179 commit 6b07d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smolvlm.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ SmolVLM's tiny memory footprint also implies that it requires far fewer computat

Given SmolVLM's long context and the possibility of tweaking the internal frame resizing of the model, we explored its suitability as an accessible option for basic video analysis tasks, particularly when computational resources are limited.

In our evaluation of SmolVLM's video understanding capabilities, we implemented a straightforward [video processing pipeline code](https://github.com/huggingface/smollm/blob/main/inference/smolvlm/SmolVLM_video_inference.py), extracting up to 50 evenly sampled frames from each video while avoiding internal frame resizing.
In our evaluation of SmolVLM's video understanding capabilities, we implemented a straightforward [video processing pipeline code](https://github.com/huggingface/smollm/blob/main/tools/smolvlm_local_inference/SmolVLM_video_inference.py), extracting up to 50 evenly sampled frames from each video while avoiding internal frame resizing.
This simple approach yielded surprisingly competitive results on the CinePile benchmark, with a score of 27.14%, a performance that positions the model between InternVL2 (2B) and Video LlaVa (7B).


Expand Down

0 comments on commit 6b07d3c

Please sign in to comment.