Skip to content

Calculation of customer dwelling time using deepSort and YoloV5

Notifications You must be signed in to change notification settings

malayaj2000/CodeTitans_CustomerDwellingTime

Repository files navigation

Team : CodeTitans

Project : CustomerDwellingTime

python pytorch opencv

Calculation of realtime customer dwelling time using deepSort and YoloV5.

Dwelling Time : Amount of time a person spent in a particular section of a shop/mall

Description

Tech Stack : Python , OpenCV ,YoloV5 , Pytorch

  1. Video frames are feed to the deepSort and YoloV5 to obtain the Bounding Box for each person detected in the frame.
  2. Each frame was segmented into 8 Section .
  3. Using Basic geometrical Algorithm we determine the amount of time a person spent,entered,exited a particular section of the shop
  4. Record the person id ,time spent ,entry time ,exit time ,section in a csv file.

Motivation/Porpose

  1. This will help the shopkeeper to keep a record of the products which are sold more so that they can maintain their stock.
  2. Arrange the product in particular fashion to increase their sells.
  3. Automate product ordering in case of festive shopping seasons.

ToDo

  • Development of UI
  • Impoving Tracking algorithm
  • Developing Embedded model

About

Calculation of customer dwelling time using deepSort and YoloV5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published