Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 613 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 613 Bytes

Deep Learning for Traffic Counting

Here is the code repository and the dataset referred in the article Deep Learning for Traffic Counting.

  • The sample dataset is from AI Hub 30743.
  • models/yolov5s_highway.pt is the custom trained model with the sample dataset after 400 hundred epochs.
  • The annotation xml file had to be converted to YOLO V5 format. The code can be found in the Colab notebook.