You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove Internvideo2
Signed-off-by: Ao Tang <aot@nvidia.com>
* more to remove
Signed-off-by: Ao Tang <aot@nvidia.com>
* fix writer
Signed-off-by: Ao Tang <aot@nvidia.com>
* Enhance Clip class to include cosmos_embed1_frames and cosmos_embed1_embedding in total size calculation
Signed-off-by: Ao Tang <aot@nvidia.com>
* remove iv2
Signed-off-by: Ao Tang <aot@nvidia.com>
---------
Signed-off-by: Ao Tang <aot@nvidia.com>
Co-authored-by: Ayush Dattagupta <ayushdg95@gmail.com>
Signed-off-by: NeMo Bot <nemo-bot@nvidia.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ NeMo Curator now supports comprehensive [video data curation](https://docs.nvidi
35
35
-**Video splitting**: [Fixed-stride](https://docs.nvidia.com/nemo/curator/latest/curate-video/process-data/clipping.html) and [scene-change detection (TransNetV2)](https://docs.nvidia.com/nemo/curator/latest/curate-video/process-data/clipping.html) for clip extraction
36
36
-**Semantic deduplication**: [K-means clustering and pairwise similarity](https://docs.nvidia.com/nemo/curator/latest/curate-video/process-data/dedup.html) for near-duplicate clip removal
37
37
-**Content filtering**: [Motion-based filtering](https://docs.nvidia.com/nemo/curator/latest/curate-video/process-data/filtering.html) and [aesthetic filtering](https://docs.nvidia.com/nemo/curator/latest/curate-video/process-data/filtering.html) for quality improvement
38
-
-**Embedding generation**: InternVideo2 and Cosmos-Embed1 models for clip-level embeddings
38
+
-**Embedding generation**: Cosmos-Embed1 models for clip-level embeddings
39
39
-**Ray-based distributed architecture**: Scalable video processing with autoscaling support
|**Embeddings**|InternVideo2 and Cosmos-Embed1 for clip-level embeddings |[Embeddings](https://docs.nvidia.com/nemo/curator/latest/curate-video/process-data/embeddings.html)|
77
+
|**Embeddings**| Cosmos-Embed1 for clip-level embeddings |[Embeddings](https://docs.nvidia.com/nemo/curator/latest/curate-video/process-data/embeddings.html)|
78
78
|**Deduplication**| K-means clustering • Pairwise similarity for near-duplicates |[Deduplication](https://docs.nvidia.com/nemo/curator/latest/curate-video/process-data/dedup.html)|
Copy file name to clipboardExpand all lines: docs/about/concepts/video/abstractions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ A stage represents a single step in your data curation workflow. Video stages ar
38
38
-**Input/Output**: Read video files and write processed outputs to storage ([Save & Export Documentation](video-save-export))
39
39
-**Video Clipping**: Split videos into clips using fixed stride or scene-change detection ([Video Clipping Documentation](video-process-clipping))
40
40
-**Frame Extraction**: Extract frames from videos or clips for analysis and embeddings ([Frame Extraction Documentation](video-process-frame-extraction))
41
-
-**Embedding Generation**: Generate clip-level embeddings using InternVideo2 or Cosmos-Embed1 models ([Embeddings Documentation](video-process-embeddings))
41
+
-**Embedding Generation**: Generate clip-level embeddings using Cosmos-Embed1 models ([Embeddings Documentation](video-process-embeddings))
42
42
-**Filtering**: Filter clips based on motion analysis and aesthetic quality scores ([Filtering Documentation](video-process-filtering))
43
43
-**Caption and Preview**: Generate captions and preview images from video clips ([Captions & Preview Documentation](video-process-captions-preview))
44
44
-**Deduplication**: Remove near-duplicate clips using embedding-based clustering ([Duplicate Removal Documentation](video-process-dedup))
Copy file name to clipboardExpand all lines: docs/about/release-notes/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ NeMo Curator now supports comprehensive [video data curation](../../curate-video
64
64
-**Video splitting**: [Fixed-stride](../../curate-video/process-data/clipping.md) and [scene-change detection (TransNetV2)](../../curate-video/process-data/clipping.md) for clip extraction
65
65
-**Semantic deduplication**: [K-means clustering and pairwise similarity](../../curate-video/process-data/dedup.md) for near-duplicate clip removal
66
66
-**Content filtering**: [Motion-based filtering](../../curate-video/process-data/filtering.md) and [aesthetic filtering](../../curate-video/process-data/filtering.md) for quality improvement
67
-
-**Embedding generation**: InternVideo2 and Cosmos-Embed1 models for clip-level embeddings
67
+
-**Embedding generation**: Cosmos-Embed1 models for clip-level embeddings
68
68
-**Enhanced captioning**: [VL-based caption generation with optional LLM-based rewriting](../../curate-video/process-data/captions-preview.md) (Qwen-VL and Qwen-LM supported) for detailed video descriptions
69
69
-**Ray-based distributed architecture**: Scalable video processing with [autoscaling support](../concepts/video/architecture.md)
Copy file name to clipboardExpand all lines: docs/admin/installation.md
-41Lines changed: 0 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,13 +87,6 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
87
87
uv sync --all-extras --all-groups
88
88
```
89
89
90
-
Optional InternVideo2 installation steps:
91
-
92
-
```bash
93
-
bash external/intern_video2_installation.sh
94
-
uv add InternVideo/InternVideo2/multi_modality
95
-
```
96
-
97
90
:::
98
91
99
92
:::{tab-item} Container Installation
@@ -164,40 +157,6 @@ If encoders are missing, reinstall `FFmpeg` with the required options or use the
164
157
:::
165
158
::::
166
159
167
-
### InternVideo2 Support (Optional for Video)
168
-
169
-
Video processing includes optional support for InternVideo2. To install InternVideo2, run these commands before installing NeMo Curator based on whether you install via PyPI or from source:
0 commit comments