This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) 2010 Aldo Cortesi | |
# Copyright (c) 2010, 2014 dequis | |
# Copyright (c) 2012 Randall Ma | |
# Copyright (c) 2012-2014 Tycho Andersen | |
# Copyright (c) 2012 Craig Barnes | |
# Copyright (c) 2013 horsik | |
# Copyright (c) 2013 Tao Sauvage | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import itertools | |
import os | |
import sys | |
SPLITFILE = 'splits.txt' | |
binaries = [ 'DBNBeatTracker', | |
'SpectralOnsetDetection', | |
'CNNOnsetDetector', | |
'DBNDownBeatTracker', |
OlderNewer