CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
meng2003
/
music2dance
source
Hugging Face
updated 3y ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
root
feature_extraction
name_processing_functions.py
name_processing_functions.py
5 lines
Copy path
Download
Raw
Back to feature_extraction
1
def dance_style(path):
2
filename = path.name
3
arr = filename.split("_")
4
return arr[1]
5