Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rmnrajan authored Jan 1, 2020
1 parent e469205 commit d5debe4
Show file tree
Hide file tree
Showing 5 changed files with 1,829 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# AbandonObject
Detection of abandoned object at a station

Developed using OpenCV in Python. The script reads a normal video footage, applies Background Subtraction technique to find contours. Dilation and Erosion techniques are also applied to enhanced the boundaries of the contours. To enhance the accuracy of the detection, the location and movement of each contours across multiple frames are stored in a Python list. And they are analysed to identify suspicious objects which are unattended for a specific period of time.


I am unable to unload the input video file used in the script as it exceed the size limit permitted by Github. Please download the video separately from this link:

i-Lids bag and vehicle detection challenge
(AB: abandoned baggage scenario- AVSS AB Easy)
http://www.eecs.qmul.ac.uk/~andrea/avss2007_d.html

The script are shared as it is. It was written more than 3 years ago with the various packages and versions available at that moment in time. I am not sure if it works with the current versions. Please go through the script and amend the path to the input file, and make any necessary adjustments.

I hope that you will this useful.
Loading

0 comments on commit d5debe4

Please sign in to comment.