cpuguy96 / StepCOVNet

Deep Learning to Create StepMania SM FIles
Apache License 2.0
16 stars 3 forks source link

Training data missing audio files #24

Open cpuguy96 opened 10 months ago

cpuguy96 commented 10 months ago

Some of the raw training data found in the Google Drive doesn't contain the audio files corresponding to them (e.g. bluhende_nacht.ogg).

jhaco commented 10 months ago

Ah, the input you mentioned had a .ogg that was named Nacht.ogg which didn't match Bluhende Nacht.sm name. I'll open an issue to store the .ogg name in the DataHandler and convert them both to the same name if the parse was valid when copying audio.

jhaco commented 10 months ago

For now, I recommend removing the 12 data that are missing audio files. It shouldn't impact training data.