logo
Browse Source

Update input arg name

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 3 years ago
parent
commit
42055d32df
  1. 2
      README.md
  2. 8
      audio_embedding_vggish.yaml

2
README.md

@ -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)

8
audio_embedding_vggish.yaml

@ -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'

Loading…
Cancel
Save