naraysa / 3c-net

Weakly-supervised Action Localization
49 stars 9 forks source link

How to generate the figure 4 of the paper? #5

Open avijit9 opened 4 years ago

avijit9 commented 4 years ago

Hi,

Is it possible to provide us with the code for reproducing the figure 4 from the paper?

naraysa commented 4 years ago

Unfortunately, I don't have access to that particular code anymore.

avijit9 commented 4 years ago

Can you give some hints on this, please?

naraysa commented 4 years ago

We did the same steps as in paper (and detecionMAP code) to get the detections.

Network output of tcam for a category -> find threshold from min and max values of that tcam -> Obtain the continuous segments as valid detections. Only the valid detections part are shown in Fig 4. An additional step of normalization (softmax over class labels for each time step) is used for the purpose of visualization (scale issues) only.