mirror of
https://github.com/HKUDS/VideoRAG.git
synced 2025-05-11 03:54:36 +03:00
update
This commit is contained in:
@@ -272,17 +272,9 @@ ollama_config = LLMConfig(
|
||||
And specify the config when creating your VideoRag instance
|
||||
|
||||
### Jupyter Notebook
|
||||
|
||||
To test the solution on a single video, just load the notebook in the [notebook folder](VideoRAG/nodebooks) and
|
||||
update the paramters to fit your situation.
|
||||
|
||||
YouTube video for example can be downloaded as follows:
|
||||
|
||||
```
|
||||
yt-dlp -o "%(id)s.%(ext)s" -S "res:720" https://www.youtube.com/live/DPa2iRgzadM?si=8cf8WbYtqiglrwtN -P .
|
||||
```
|
||||
|
||||
|
||||
## Citation
|
||||
If you find this work is helpful to your research, please consider citing our paper:
|
||||
```bibtex
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"video_paths = [\n",
|
||||
" '/mnt/data3/AI/software/VideoRAG/Lexington/GMT20241112-164602_Recording_gallery_1280x720.mp4',\n",
|
||||
" '/path/to/your/video.mp4',\n",
|
||||
"]"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user