3c-net icon indicating copy to clipboard operation
3c-net copied to clipboard

How to generate the figure 4 of the paper?

Open avijit9 opened this issue 6 years ago • 3 comments

Hi,

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

avijit9 avatar Jan 16 '20 19:01 avijit9

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

naraysa avatar Jan 19 '20 08:01 naraysa

Can you give some hints on this, please?

avijit9 avatar Jan 19 '20 09:01 avijit9

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.

naraysa avatar Jan 21 '20 06:01 naraysa