Coder Social home page Coder Social logo

Comments (2)

MubarkLa avatar MubarkLa commented on July 3, 2024 1

Hi, Thanks a lot for your kind reply, which is very helpful for me.

To my understanding, for one test video, you have 32 segments. The probability of each of the 32 segments to be anomalous is computed via the 16-frame clips inside each segment. May I ask whether my understanding is right? Then I have two further questions.

  1. What if the number of the frames in a segment cannot be divided by 16? And what if the number of the frames in a video cannot be divided by 32?

2.For example, given a video that has 640 frames, thus 20 frames for each segment. The 1st segment (frame NO.1〜NO.20) is recognized to be anomalous by your approach. And the ground truth labels that only frame NO.1~NO.19 is anomalous. Then when computing frame-level ROC/AUC, the NO.20 frame will be a false alarm. ➡️ Is it right?

As a green hand, my questions may take you some precious time. I would be very appreciate if you can help with them.

from anomalydetectioncvpr2018.

WaqasSultani avatar WaqasSultani commented on July 3, 2024

Hi,

1.After computing abnormality segment wise, I got the probability of each of 32 segments of test video to be anomalous. This means we get a 32-dimensional probability vector for each video. Since we know the frames numbers corresponding to each of the segment, we assign the probabilistic score to each of the frames of the corresponding temporal segment. Finally, ROC/AUC is computed at Frame level. Please let me know if you have some other question.
2. You can use Keras with backend theano

from anomalydetectioncvpr2018.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.