Visualizing activations for TensorflowPredictMusiCNN #1264
Unanswered
bclark288
asked this question in
Essentia Models
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm developing an application that would allow a musician to view the activations from TensorflowPredictMusiCNN (using msd-musicnn-1.pb) superimposed on the waveform. However, I'm having trouble calculating the time axis for the activations. I calculated patch length as the length of the audio in samples / 16000 / number of activations. This number comes out to be somewhere around 1.5 seconds (it's not exactly the same for every song). However, when I sum the durations for all the activations, the duration of the song is significantly different that the actual duration of the audio. Can you help me understand what I am missing?
Beta Was this translation helpful? Give feedback.
All reactions