Browse Source
Update input arg name
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
2 changed files with
5 additions and
5 deletions
-
README.md
-
audio_embedding_vggish.yaml
|
@ -10,7 +10,7 @@ This pipeline extracts features of a given audio file using a VGGish model imple |
|
|
|
|
|
|
|
|
**Input Arguments:** |
|
|
**Input Arguments:** |
|
|
|
|
|
|
|
|
- filepath: |
|
|
|
|
|
|
|
|
- audio_path: |
|
|
- the input audio in `.wav` |
|
|
- the input audio in `.wav` |
|
|
- supported types: `str` (path to the audio) |
|
|
- supported types: `str` (path to the audio) |
|
|
|
|
|
|
|
|
|
@ -7,7 +7,7 @@ operators: |
|
|
inputs: |
|
|
inputs: |
|
|
- |
|
|
- |
|
|
df: '_start_df' |
|
|
df: '_start_df' |
|
|
name: 'filepath' |
|
|
|
|
|
|
|
|
name: 'audio_path' |
|
|
col: 0 |
|
|
col: 0 |
|
|
outputs: |
|
|
outputs: |
|
|
- |
|
|
- |
|
@ -21,7 +21,7 @@ operators: |
|
|
inputs: |
|
|
inputs: |
|
|
- |
|
|
- |
|
|
df: 'audio' |
|
|
df: 'audio' |
|
|
name: 'filepath' |
|
|
|
|
|
|
|
|
name: 'audio_path' |
|
|
col: 0 |
|
|
col: 0 |
|
|
outputs: |
|
|
outputs: |
|
|
- |
|
|
- |
|
@ -47,13 +47,13 @@ dataframes: |
|
|
name: '_start_df' |
|
|
name: '_start_df' |
|
|
columns: |
|
|
columns: |
|
|
- |
|
|
- |
|
|
name: 'filepath' |
|
|
|
|
|
|
|
|
name: 'audio_path' |
|
|
vtype: 'str' |
|
|
vtype: 'str' |
|
|
- |
|
|
- |
|
|
name: 'audio' |
|
|
name: 'audio' |
|
|
columns: |
|
|
columns: |
|
|
- |
|
|
- |
|
|
name: 'filepath' |
|
|
|
|
|
|
|
|
name: 'audio_path' |
|
|
vtype: 'str' |
|
|
vtype: 'str' |
|
|
- |
|
|
- |
|
|
name: 'emb' |
|
|
name: 'emb' |
|
|