Some tricks produced by the "music sequence generation of Python image features" dataset

Source: Internet
Author: User

Regarding the production of datasets, I decided to remove a lot of unnecessary things, such as chords, so I chose the melody of the melody part.

With the MIDI file, I now want the ABC sequence, so I'm going to convert the file through MIDI2ABC.

The batch process has the following effects:

The file code is as follows:

1 ImportOS2 3FileList = Os.listdir ('C:\\users\\zyx\\desktop\\new\\melody')#traverse all files in a folder4File_raw_list = List (Filter (LambdaFilename:filename[-4:] = ='. Mid', filelist))#filter out files formatted with. Mid5  forIinchRange (len (file_raw_list)):6Command='Midi2abc.exe'+' '+ File_raw_list[i] +'- o'+ file_raw_list[i][:-4] +'. ABC'7 os.system (command)8     Print('OK'+file_raw_list[i])

Some tricks produced by the "music sequence generation of Python image features" dataset

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.