├── .gitattributes ├── README.md ├── highway.mp4 ├── highway_mini.mp4 ├── output.avi ├── speed_estimate.ipynb └── tracker.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AarohiSingla/Speed-detection-of-vehicles/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AarohiSingla/Speed-detection-of-vehicles/HEAD/README.md -------------------------------------------------------------------------------- /highway.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AarohiSingla/Speed-detection-of-vehicles/HEAD/highway.mp4 -------------------------------------------------------------------------------- /highway_mini.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AarohiSingla/Speed-detection-of-vehicles/HEAD/highway_mini.mp4 -------------------------------------------------------------------------------- /output.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AarohiSingla/Speed-detection-of-vehicles/HEAD/output.avi -------------------------------------------------------------------------------- /speed_estimate.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AarohiSingla/Speed-detection-of-vehicles/HEAD/speed_estimate.ipynb -------------------------------------------------------------------------------- /tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AarohiSingla/Speed-detection-of-vehicles/HEAD/tracker.py --------------------------------------------------------------------------------