Skip to content

Commit 1def718

Browse files
authored
add enhanced captioning to rn; bump versions on json files (#1154)
* add enhanced captioning to rn; bump versions on json files Signed-off-by: Lawrence Lane <[email protected]> * remove ds store Signed-off-by: Lawrence Lane <[email protected]> * feedback Signed-off-by: Lawrence Lane <[email protected]> --------- Signed-off-by: Lawrence Lane <[email protected]> Signed-off-by: L.B. <[email protected]>
1 parent b46fcfb commit 1def718

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,8 @@ data/
153153
# Text Editor / IDE Files
154154
.vscode
155155

156+
# macOS Files
157+
.DS_Store
158+
156159
# InternVideo2 dependency (cloned by installation script)
157160
InternVideo/

docs/.DS_Store

-8 KB
Binary file not shown.

docs/about/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ NeMo Curator now supports comprehensive [video data curation](../../curate-video
6565
- **Semantic deduplication**: [K-means clustering and pairwise similarity](../../curate-video/process-data/dedup.md) for near-duplicate clip removal
6666
- **Content filtering**: [Motion-based filtering](../../curate-video/process-data/filtering.md) and [aesthetic filtering](../../curate-video/process-data/filtering.md) for quality improvement
6767
- **Embedding generation**: InternVideo2 and Cosmos-Embed1 models for clip-level embeddings
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
6869
- **Ray-based distributed architecture**: Scalable video processing with [autoscaling support](../concepts/video/architecture.md)
6970

7071
### Audio

0 commit comments

Comments
 (0)