Skip to content

kadiyalamani15/Traffic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TRAFFIC

Problem Statement:

Analyzing Traffic video to extract vehicle count based on vehicle classification. Main focus: Analyzing the video, no matter what is the angle of the video.

Task 1:

How to classify vehicles

Task 2:

Extract Vehicle Count

Task 3:

Vehicle count data as per lanes present in the video

Technology Used: Computer Vision (CV)
Mostly used Package: openCV
Skill Set required:

  1. Image Processing
  2. Backend Development
  3. Frontend Development
  4. Cloud Deployment

Medium Articles

  1. Vehicle Classification in Turning Movement Counts
  2. Analyzing Issues in Vehicle Classification Solution
  3. Tutorial: Counting Road Traffic Capacity with OpenCV
  4. Practical Image Process with OpenCV
  5. Detecting and Counting Objects with OpenCV
  6. Tutorial: Making Road Traffic Counting App based on Computer Vision and OpenCV

Youtube Links

  1. Classification and Specification of Vehicle
  2. vehicle counting and classification using image processing by opencv python
  3. Object tracking in video with OpenCV and Deep Learning
  4. Automated vehicle classification, tracking and speed estimation
  5. Vehicle Counting and Classification
  6. LANE VEHICLE COUNTING FROM A UAV
  7. TIC501 Pro: Reliable counting and classification of vehicles over several lanes - SICK AG
  8. Counting and calculating the density of the Vehicles with OpenCV 4.0 Java
  9. OpenCV Projects : Vehicle Classification OpenCV (python)

Research Papers

  1. Counting and CLassification of Highway Vehicles by Regression Analysis.pdf

  2. Video-Based Vehicle Counting Framework.pdf

  3. Robust Vehicle Counting with Severe Shadows and Occlusions.pdf

  4. Overview of Vehicle Detection and Classification.pdf
    Vehicle detection and classification system can be used in the following applications:

    • Transportation planning for traffic operation and pavement design (Avely et al., 2004). Differences in size, weight, and performance between light and heavy vehicle need to be considered during transportation planning.
    • Vehicles’ data collection for safety evaluation purposes. Studies show high percentages of fatal accidents involved heavy vehicles (Avely et al., 2004).
    • Road maintenance planning. Road wear is affected by weight of the vehicles and traffic flows (Hjort et al., 2008). Road with high traffic of heavy vehicles need to be maintained more frequently.
    • Traffic management. Traffic congestion can be managed by allowing only light vehicles to travel on a particular road during peak hours.

    A vehicle detection and classification system can be used by the road archi- tects. The system is able to provide the number of vehicles and their classes using a particular stretch of the road. Road wear and safety are affected by the number of vehicles and their classes using the road. A large number of vehicle using the road will cause the road to wear faster. Heavy vehicles will also accelerate road wear. Hence, road architects need to take these information into consideration during planning and design stages. A more durable pavement type can be chosen for road with a lot of heavy vehicles. More frequent road maintenance can also be planned.

    Developing a Vehicle Detection and Classification System required three main components. There are detection algorithm, tracking and counting algorithm, and classification algorithm.

    Vehicle Detection

    There are many methods to detect vehicles. These methods can be categorized into intrusive and non-intrusive as described by Daubaras and Zilys (2012). An example of intrusive method is installation of inductive loop detector into the pavement surface. Non-intrusive methods can be further categorized into imaging and non-imaging. Examples of non-imaging methods include using infrared sensor, microwave radar, and ultrasonic sensors. On the other hand, imaging methods include any use of digital image camera. Imaging method is a more preferable method because this method cost the least among non-intrusive methods as reported by Sun et al. (2004).

    Tracking And Counting

    Tracking of moving objects from video sequences are usually done by tracking blobs (Magee, 2004). Blobs are collections of pixels that are connected together in an image. Hence, contours found from vehicle detection algorithm in this project can be used to track moving vehicles. This is because basically contours define blobs. The following shows a simple tracking and counting algorithm:

    1. Capture current video sequences frame.
    2. Find all detected moving objects contours.
    3. Find nearest match of tracked object.
    4. If nearest match found, then update the tracked object. 5. Else create a new tracked object.
    5. Clean up tracked object list. Discard expired object.
    6. Increment vehicle count counter when a vehicle is detected.

    Hardware and Software Used

    The vehicle detection and classification system consists of hardware and software components that process an input graphical signals such as video sequences from traffic surveillance camera into the number of vehicle and their type. The hardware required for this system includes a computer and a camera that are able to capture video sequences with at less 320x240 resolution at 25-30 frames per second (FPS). The software part of the system is developed using Microsoft Visual Studio with OpenCV library by IntelCorporation (2001).

  5. Feature Extraction Analysis, Techniques and Issues in Vehicle Types Recognition.pdf

  6. Moving Vehicle Detection for Measuring Traffic Count Using OpenCV.pdf

  7. Vehicle Detection and Speed Estimation for Automated Traffic Surveillance Systems at Night time.pdf

  8. Vehicle counting system using optimized virtual loop method based on real time video.pdf

  9. Automated Vehicle counting and classification for traffic census.pdf

  10. Real-Time system based on feature extraction for vehicle detection and classification.pdf

  11. Real-Time video surveillance system for traffic managmeent with background subtraction using codebook model and occlusion handling.pdf

  12. Automatic traffic surveillance using video tracking.pdf

  13. Vehicle classification framework: a comparative study.pdf

  14. Freight Analysis using YOLOv2.pdf

  15. A simple vehicle classification framework for wireless audio-sensor networks.pdf
    Classification is naturally more challenging if there are multiple targets of various types (e.g., tanks, jeeps, other types of military vehicles, civilian vehicles, etc.). Furthermore, there may be a number of vehicles of the same type, e.g., tanks of a particular make. We define as classification the problem of identifying which class a vehicle belongs to. Identifying a particular vehicle goes one step further and is not within the scope of the current paper.

  16. Fusion of Environmental Sension on PM 2.5 and Deep Learning on vehicle detecting for acquiring roadside PM 2.5 concentration Increments.pdf

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published