-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create ulstrastar txt fails #111
Comments
Hi @dhessmann. I just testet the song and it works for me. It says that the issue is here:
There shouldnt be an error here. UltraSinger says that the data is missing although he had already used it before. |
Hi @rakuri255, after your comment i deleted everything, made a fresh installation an e'voila. Everything works as expected. Don't know what I did wrong at the frist try. Thank you for help. |
I have the same issue with the large model. The tiny model works fine. |
@dwedman93 can you post your log? |
Sure: D:\Other Games\Ultrastar\Python\UltraSinger> python src/UltraSinger.py -i https://www.youtube.com/watch?v=kRrP-bZvD2s --language de [UltraSinger] ***************************** [youtube] kRrP-bZvD2s: Downloading ios player API JSON |
ok it seems it's a race condition. @dwedman93 you are right. You have to low VRAM. You could fix that by forcing crepe to CPU |
Everything worked fine with --force_cpu True But I can also do the other one for debugging purposes. The Song turned out great in Ultrastar. Good Job! |
Does not work unfortunetaly. PS D:\Other Games\Ultrastar\Python\UltraSinger> python src/UltraSinger.py -i https://www.youtube.com/watch?v=kRrP-bZvD2s --language de --force_crepe_cpu True [UltraSinger] ***************************** |
Interessting.
|
Hi,
I stumbled across this promising project this morning and wanted to try it out straight away.
The installation went smoothly. However, when creating a song I get an index out of range.
`
py UltraSinger.py -i https://youtu.be/-8UxX5STKL4?si=CYOWfP37e7pGkA4D -o E:\UltraSinger\output
The torchaudio backend is switched to 'soundfile'. Note that 'sox_io' is not supported on Windows.
The torchaudio backend is switched to 'soundfile'. Note that 'sox_io' is not supported on Windows.
[UltraSinger] *****************************
[UltraSinger] UltraSinger Version: 0.0.5
[UltraSinger] *****************************
[UltraSinger] Checking GPU support for tensorflow and pytorch.
[UltraSinger] tensorflow - using cuda gpu.
[UltraSinger] pytorch - using cuda gpu.
[UltraSinger] full automatic mode
....
[UltraSinger] Creating midi notes from pitched data
[UltraSinger] Creating Ultrastar notes from midi data
[UltraSinger] BPM is 96.98
[UltraSinger] Creating E:\UltraSinger\output\Alphabeat - Fascination (Official Music Video) (2)\Alphabeat - Fascination (Official Music Video).txt from transcription.
Traceback (most recent call last):
File "E:\UltraSinger\src\UltraSinger.py", line 925, in
main(sys.argv[1:])
File "E:\UltraSinger\src\UltraSinger.py", line 832, in main
run()
File "E:\UltraSinger\src\UltraSinger.py", line 403, in run
real_bpm, ultrastar_file_output = create_ultrastar_txt_from_automation(
File "E:\UltraSinger\src\UltraSinger.py", line 596, in create_ultrastar_txt_from_automation
ultrastar_writer.create_ultrastar_txt_from_automation(
File "E:\UltraSinger\src\modules\Ultrastar\ultrastar_writer.py", line 56, in create_ultrastar_txt_from_automation
gap = transcribed_data[0].start
IndexError: list index out of range
`
Maybe someone can help me and tell me what I'm doing wrong.
Best regards
Dominik
The text was updated successfully, but these errors were encountered: