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

Added feature to output video directly without saving frames to disk #31

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

zubairahmed-ai
Copy link

Instead of creating individual frames and saving them to disk first then write a MP4 output file, I have added a feature to write to video directly without requiring frames on disk.

This feature first creates a .AVI output file then using FFMPEG we compress/convert it to MP4 file format.

Requirement to add ffmpy library

src/track.py Outdated Show resolved Hide resolved
@zubairahmed-ai
Copy link
Author

Yes will fix these tomorrow

src/track.py Outdated Show resolved Hide resolved
@rakesh1ndivar
Copy link

how to use detect.py with custom data. I have cars data want to detect cars and id them. detect.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

Successfully merging this pull request may close these issues.

None yet

4 participants