asumansaree / Library-Seat-Occupancy-Detection

With using YOLOv7 on video cameras detecting the occupancy time (with belongings, without human) of the seats in the library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeatWatch: Advanced Library Seat Occupancy Detection πŸ“š

teaser
Open In Colab

🌟 Project Description

With using YOLOv7 on video cameras detecting the occupancy time (with belongings, without human) of the seats in the library

image

Detailed explanation about the project is in this document: Document

πŸ› οΈ System Architecture

image

πŸ“œ Installation

git clone https://github.com/asumansaree/Library-Seat-Occupancy-Detection
cd Library-Seat-Occupancy-Detection
pip install -r requirements.txt

πŸ€— Usage

python detect_and_track.py \
    --weights yolov7.pt \
    --source "test.mp4" \
    --conf-thres 0.4 \
    --classes 0 56 \
    --name "YOLOV7_Library_Seat_Detection" \

πŸš€ Sample Output

Output file will be created in the

"/content/Library-Seat-Occupancy-Detection/runs/detect/YOLOV7_Library_Seat_Detection/{video.mp4}"

Output is in the mp4 format. For demonstration purposes in pdf document, it is included as image

ImageProcessing_ProjectReport_AsumanSareERGUT-09


πŸ’¬ Contact

Contact me for any problem and question asumansaree@gmail.com

πŸ™ References

About

With using YOLOv7 on video cameras detecting the occupancy time (with belongings, without human) of the seats in the library


Languages

Language:Jupyter Notebook 82.9%Language:Python 17.0%Language:Shell 0.1%Language:Dockerfile 0.0%