Skip to content

Clarification on ep_pitches, ep_notedurs,ep_types and required annotations for style transfer with custom dataset #16

@spike233666

Description

@spike233666

Hi, thank you for your great work on TCSinger.
I am currently preparing a new dataset for a style transfer task using TCSinger, and I would like to clarify a few details regarding the required input format for metadata.json. In your README, you mention the following fields:

“Put metadata.json (including ph, word, item_name, ph_durs, wav_fn, singer, ep_pitches, ep_notedurs, ep_types for each singing voice) and phone_set.json (all phonemes of your dictionary) in data/processed/tc...”

I have the following questions regarding these fields:

  1. What do ep_pitches, ep_notedurs, and ep_types represent?
    I noticed that in GTSinger’s metadata.json, these arrays seem to match the length of ph, but ep_notedurs does not align with ph_durs. Could you please explain the meaning of the prefix ep_ and how these features relate to phonemes (ph)?how can I extract or obtain these features from my own dataset?
  2. For style transfer only (e.g., zero-shot singing voice synthesis based on a reference audio), do I still need to provide other annotations like tech and emotion? Or are they only required for tasks like style control?

Thanks in advance for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions