Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inputting videos #1

Open
Golnoush123 opened this issue Dec 9, 2018 · 3 comments
Open

inputting videos #1

Golnoush123 opened this issue Dec 9, 2018 · 3 comments

Comments

@Golnoush123
Copy link

When I input my dataset and I print X in line 102 I get arrays of zeros. it seems that what VideoCapture returns in line 101 is arrays of zero. Why this happens? Does the code able to read my videos or not when arrays are zero?How can I see the input video frames to make sure? I am running 3dcnn.py

@dipakkr
Copy link
Owner

dipakkr commented Dec 23, 2018

@Golnoush123 you can't directly input video in the model.

First I have converted the video in frames then the frames are taken to model in chunks.

we can find the detailed code and explanation to run in 3dCNN-v2 folder

@MuhammadAsadJaved
Copy link

##Hi, Can this code run on video from webcam or IP camera? is there pre-trained network or I should train network then it can be run on video from webcam?
if yes then what will be the sequence of files ?
Why you did not show any output of test images? ##

@hemanthkumar3111
Copy link

i just want to try the same on webcam, so please give me some suggestions regarding that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants