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

Add initial project files for Parking Space Detection #1439

Merged
merged 8 commits into from
Oct 14, 2024

Conversation

ananas304
Copy link
Contributor

Description

Summary of Changes

  • Added the following files to enhance the project:
    • 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

  • Required Python libraries as specified in requirements.txt:
    • OpenCV
    • Pickle
    • CvZone

Fixes #1433

Type of change

  • Added a new machine learning frameworks, libraries or software.
  • Documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

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.
Copy link

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 sanjay-kv merged commit 0734ba3 into recodehive:main Oct 14, 2024
1 check passed
@ananas304
Copy link
Contributor Author

@sanjay-kv this PR is not reflected on the leaderboard. Can you check it out.
Thanks

@sanjay-kv
Copy link
Member

I forgot to add labels, it will be reflected in 12 hrs

@ananas304
Copy link
Contributor Author

It's actually level 2 issue. Thankyou.

@sanjay-kv sanjay-kv added level2 and removed level1 labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📝[Docs]: README.md page for OpenCV Projects/ParkingSpaceDetector
2 participants