We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d0424 commit 923e568Copy full SHA for 923e568
docs/curate-video/tutorials/split-dedup.md
@@ -175,7 +175,7 @@ Video-specific pointers:
175
- Use `ClipWriterStage` path helpers to locate outputs: `nemo_curator/stages/video/io/clip_writer.py`.
176
- Processed videos: `get_output_path_processed_videos(OUT_DIR)`
177
- Clip chunks and previews: `get_output_path_processed_clip_chunks(OUT_DIR)`, `get_output_path_previews(OUT_DIR)`
178
- - Embeddings parquet: `${OUT_DIR}/ce1_embd_parquet` (or `${OUT_DIR}/ce1_embd_parquet`)
+ - Embeddings parquet: `${OUT_DIR}/ce1_embd_parquet`
179
180
### Example Export
181
0 commit comments