myTest01 / feature_extraction /name_processing_functions.py
meng2003's picture
Upload 357 files
2d5fdd1
raw
history blame contribute delete
96 Bytes
def dance_style(path):
filename = path.name
arr = filename.split("_")
return arr[1]