Skip to content

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

Notifications You must be signed in to change notification settings

asumansaree/Library-Seat-Occupancy-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]

🙏 References

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published