Skip to content

Commit ce359e8

Browse files
committed
removed missing SVM model from streaming_extractor_archivemusic
1 parent 75dfc84 commit ce359e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/examples/streaming_extractor_archivemusic.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,9 @@ void addSVMDescriptors(Pool& pool) {
479479
"mood_acoustic", "mood_aggressive",
480480
"mood_electronic", "mood_happy",
481481
"mood_party", "mood_relaxed", "mood_sad",
482-
"moods_mirex", "perceptual_speed",
482+
"moods_mirex",
483483
"tonal_atonal", "voice_instrumental",
484-
"timbre", "culture", "gender" //, "live_studio"
485-
};
484+
"timbre", "culture", "gender"};
486485

487486
string pathToSvmModels;
488487

0 commit comments

Comments
 (0)