Coder Social home page Coder Social logo

Demo about anomalydetectioncvpr2018 HOT 12 OPEN

waqassultani avatar waqassultani commented on July 23, 2024
Demo

from anomalydetectioncvpr2018.

Comments (12)

kjsr7 avatar kjsr7 commented on July 23, 2024 10
  1. Extract the features for every 16 frames for each video using the C3D model.
  2. Use the save32_segment_features script of this repository to save the extracted features of each video into 32 segments.
  3. Use training_anomaly_detector to train the model using your features. The output of training process would be model.json and weights of the neural network.
  4. You can run Demo_GUI.py if you paste the corresponding videos in the Sample Videos folder. Demo_GUI.py shows you a graph with spikes if there exists an anomaly in the video.

from anomalydetectioncvpr2018.

rajanjitenpatel avatar rajanjitenpatel commented on July 23, 2024 5

@Shiny128
I have created C3D feature extraction using Google Colab for particular to this project. you can check it out.

I hope it will be helpful to you.

from anomalydetectioncvpr2018.

LakyTT avatar LakyTT commented on July 23, 2024

Demo_GUI.py is the Demo

from anomalydetectioncvpr2018.

Shiny128 avatar Shiny128 commented on July 23, 2024

What are the sequence of steps to be followed before running Demo_GUI.py ??
Could you please help me with the detailed description of the execution steps to get the right output?

from anomalydetectioncvpr2018.

kjsr7 avatar kjsr7 commented on July 23, 2024

Hi @Shiny128,
Have you found out the sequence of execution of files?

from anomalydetectioncvpr2018.

Shiny128 avatar Shiny128 commented on July 23, 2024

No I don't know the sequence of execution of files
Please guide me through it, if you are aware of the steps.

from anomalydetectioncvpr2018.

kjsr7 avatar kjsr7 commented on July 23, 2024

Before running demo_gui.py, you need to have the videos corresponding to the feature files present in the 'sample videos' directory of this repository. You need to place those videos in that directory. And then you can run the demo_gui.py

from anomalydetectioncvpr2018.

Shiny128 avatar Shiny128 commented on July 23, 2024

Hello @kjsr7
Please give me step by step execution of this project starting from feature extraction in simple words as I am new to programming.
The readme file does not have sufficient steps in detail to obtain final output
Please Help me

from anomalydetectioncvpr2018.

Malathi15 avatar Malathi15 commented on July 23, 2024

@kjsr7 Hi, SampleVideos folder contains .txt files. How can I create .txt files for my own test video file using demo_GUI.py?

from anomalydetectioncvpr2018.

Shiny128 avatar Shiny128 commented on July 23, 2024

Hello @kjsr7
I was unable to extract features using the C3D model using facebook/C3D code.
I am not able to proceed further with caffee installation
Please guide me through the steps that u followed to do the same in detail
Thank you

from anomalydetectioncvpr2018.

WaqasSultani avatar WaqasSultani commented on July 23, 2024

Hi Shiny
You don't have to use C3D. It's just the video features that we used in our paper. You can use I3D (https://github.com/deepmind/kinetics-i3d/blob/master/i3d.py) or Multifiber network (https://github.com/cypw/PyTorch-MFNet). I believe you should be able to compute them.
I got an email from someone that he used I3D instead of C3D and got better results.
I believe I3D or Multifiber network could be easily run on freely available GPU (Google Collab).

Best,

from anomalydetectioncvpr2018.

slighting666 avatar slighting666 commented on July 23, 2024

Hi, I am a deep learning novice, can you tell me the sequence of code implementation in detail?@Shiny128

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.