├── Create Zones.py ├── Vehicle Counting in Lanes.py ├── classes.txt ├── requirements.txt └── sort.py /Create Zones.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tech-Watt/Vehicle-Counting-in-Lanes/HEAD/Create Zones.py -------------------------------------------------------------------------------- /Vehicle Counting in Lanes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tech-Watt/Vehicle-Counting-in-Lanes/HEAD/Vehicle Counting in Lanes.py -------------------------------------------------------------------------------- /classes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tech-Watt/Vehicle-Counting-in-Lanes/HEAD/classes.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | ultralytics 2 | cvzone 3 | opencv-python 4 | numpy 5 | -------------------------------------------------------------------------------- /sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tech-Watt/Vehicle-Counting-in-Lanes/HEAD/sort.py --------------------------------------------------------------------------------