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

Pre-trained model, run on Video #1

Open
MuhammadAsadJaved opened this issue Oct 3, 2019 · 1 comment
Open

Pre-trained model, run on Video #1

MuhammadAsadJaved opened this issue Oct 3, 2019 · 1 comment

Comments

@MuhammadAsadJaved
Copy link

I have two questions.
1-is it necessary to train new models? why don't you provide pre-trained models? Can anyone share the pre-trained models if anyone has done it?
2-How to run the trained model on video file or on webcam?

@codeaway23
Copy link

codeaway23 commented Oct 3, 2019

there is actually a pre-trained model for pedestrian detection using aerial images. you can find it if you look under the ready to use models on the app.

to run the model on a video, you would have to break the video into frames and get your predictions for each frame separately.

here's a script to run it in real time - https://github.com/NanoNets/real-time-python-nanonets/blob/master/nanonets.py

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

2 participants