Dionyssos commited on
Commit
459d7a3
·
1 Parent(s): 6cb7713

debug long soundscene

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -67,11 +67,16 @@ python landscape2soundscape.py
67
 
68
  # Videos / Examples
69
 
70
- Video where Native voice is replaced with English TTS voice
71
 
72
 
73
  [![Same video w. Native voice replaced with English TTS](assets/tts_video_thumb.png)](https://www.youtube.com/watch?v=geI1Vqn4QpY)
74
 
 
 
 
 
 
75
  ## Joint Application of D3.1 & D3.2
76
 
77
  <a href="https://youtu.be/wWC8DpOKVvQ" rel="Subtitles to Video">![Foo4](assets/caption_to_video_thumb.png)</a>
@@ -142,4 +147,4 @@ python live_demo.py # will ask text input & play soundscape
142
 
143
  ```python
144
  CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=/data/dkounadis/.hf7/ CUDA_VISIBLE_DEVICES=4 python demo.py
145
- ```
 
67
 
68
  # Videos / Examples
69
 
70
+ Native voice Replaced with English TTS Voice
71
 
72
 
73
  [![Same video w. Native voice replaced with English TTS](assets/tts_video_thumb.png)](https://www.youtube.com/watch?v=geI1Vqn4QpY)
74
 
75
+ ```python
76
+ # https://github.com/audeering/shift
77
+ CUDA_VISIBLE_DEVICES=7 python tts.py --text ANBPR/BUNICA\ NESTIUTA\ Adriana\ Andrei\ \[tmo2UbKYAqc\].en.srt --video ANBPR/BUNICA\ NESTIUTA\ Adriana\ Andrei\ \[tmo2UbKYAqc\].webm
78
+ ```
79
+
80
  ## Joint Application of D3.1 & D3.2
81
 
82
  <a href="https://youtu.be/wWC8DpOKVvQ" rel="Subtitles to Video">![Foo4](assets/caption_to_video_thumb.png)</a>
 
147
 
148
  ```python
149
  CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=/data/dkounadis/.hf7/ CUDA_VISIBLE_DEVICES=4 python demo.py
150
+ ```