-
Notifications
You must be signed in to change notification settings - Fork 26
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
Video Analysis Report Generation #53
Comments
@sv410 , the proposed system sounds good to me. you can work on it |
@sv410 here are a few changes I would like you to implement in your next PR, as it is a real-time project that uses the 360 Equirectangular video for testing purposes. we need the above changes you mentioned to work in real-time which should work in the integration of the original app.py script. **I am also open to any suggested changes to would like to add from your end ** |
@MAVERICK-VF142 Thank you for your feedback! I appreciate your suggestions for the changes needed in our project. I'll make sure to implement the enhancements for real-time performance with the 360 Equirectangular video in the app.py script. |
sure @sv410 I will add the level tag when you generate the PR |
Hi @sv410, this is a friendly reminder that your issue has been inactive for the last 7 days. Please provide an update if possible. Thank you! |
Video Analysis Report Generation
Description: Automatically generate a report summarizing the tracking results, including statistics like time spent by objects in certain areas or frequency of appearances.
Benefit: Provides users with comprehensive insights for analysis, useful for security assessments or sports analytics.
This report can include various statistics such as:
Time Spent by Objects in Certain Areas: Calculate the duration each tracked object spends in predefined areas of interest within the video frame.
Frequency of Appearances: Count how often each tracked object appears in the video.
Path Visualization: Optionally visualize the paths taken by objects over time.
Object Count Over Time: Provide a timeline of how many objects were present in the video.
The text was updated successfully, but these errors were encountered: