Skip to content

Commit

Permalink
removed missing SVM model from streaming_extractor_archivemusic
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogdanov committed Feb 13, 2014
1 parent 75dfc84 commit ce359e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/examples/streaming_extractor_archivemusic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,9 @@ void addSVMDescriptors(Pool& pool) {
"mood_acoustic", "mood_aggressive",
"mood_electronic", "mood_happy",
"mood_party", "mood_relaxed", "mood_sad",
"moods_mirex", "perceptual_speed",
"moods_mirex",
"tonal_atonal", "voice_instrumental",
"timbre", "culture", "gender" //, "live_studio"
};
"timbre", "culture", "gender"};

string pathToSvmModels;

Expand Down

0 comments on commit ce359e8

Please sign in to comment.