/Library-Seat-Occupancy-Detection

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

Primary LanguageJupyter Notebook

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