-
Notifications
You must be signed in to change notification settings - Fork 301
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
Add initial project files for Parking Space Detection #1439
Conversation
Uploaded a screenshot of the CarParkPos output page, demonstrating the selected parking spaces on the video feed. This will help users visualize how to select and mark parking spaces for the parking space detection application.
Uploaded a demo video showcasing the detection of empty and occupied parking spaces using the main.py file. The video illustrates how the application processes the video feed, highlights available parking spaces, and counts the number of free spaces in real-time. This serves as a visual representation of the project's functionality.
Uploaded the carPark.mp4 video file, which serves as the input for the parking space detection application. This video is used to demonstrate the functionality of the application, allowing users to visualize how the system processes video feeds to detect empty and occupied parking spaces.
- Uploaded the .webm demo video of parking space detection.
Uploaded a screenshot demonstrating the detection of available parking spaces in the video feed.
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
@sanjay-kv this PR is not reflected on the leaderboard. Can you check it out. |
I forgot to add labels, it will be reflected in 12 hrs |
It's actually level 2 issue. Thankyou. |
Description
Summary of Changes
carPark.mp4
: Sample video file for parking space detection.requirements.txt
: Lists the required Python libraries for the project.carParkPos.py
: Script for manually selecting parking spaces.README.md
: Documentation including project description, features, usage instructions, and screenshots along with demo video.Related Issue
Motivation and Context
The addition of these files aims to provide a comprehensive setup for users to utilize the parking space detection project effectively. The
README.md
file serves as the main documentation, offering detailed guidance on the project's features and usage, while the video file demonstrates the functionality of the project.Dependencies
requirements.txt
:Fixes #1433
Type of change
Checklist: