Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tensorflow | 172,590 | 327 | 77 | an hour ago | 46 | October 23, 2019 | 2,267 | apache-2.0 | C++ | |
An Open Source Machine Learning Framework for Everyone | ||||||||||
Transformers | 88,747 | 64 | 911 | an hour ago | 91 | June 21, 2022 | 622 | apache-2.0 | Python | |
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. | ||||||||||
Pytorch | 64,575 | 146 | an hour ago | 23 | August 10, 2022 | 11,522 | other | C++ | ||
Tensors and Dynamic neural networks in Python with strong GPU acceleration | ||||||||||
Keras | 57,758 | 330 | 9 hours ago | 68 | May 13, 2022 | 371 | apache-2.0 | Python | ||
Deep Learning for humans | ||||||||||
Cs Video Courses | 53,706 | 10 days ago | 14 | |||||||
List of Computer Science courses with video lectures. | ||||||||||
Faceswap | 43,824 | a month ago | 15 | gpl-3.0 | Python | |||||
Deepfakes Software For All | ||||||||||
Tensorflow Examples | 42,312 | 5 months ago | 218 | other | Jupyter Notebook | |||||
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2) | ||||||||||
D2l Zh | 41,093 | 1 | 3 hours ago | 45 | March 25, 2022 | 24 | apache-2.0 | Python | ||
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被60多个国家的400多所大学用于教学。 | ||||||||||
100 Days Of Ml Code | 40,344 | 17 days ago | 61 | mit | ||||||
100 Days of ML Coding | ||||||||||
Deepfacelab | 37,877 | 18 days ago | 510 | gpl-3.0 | Python | |||||
DeepFaceLab is the leading software for creating deepfakes. |
Abstract
In recent times, the subject of Intelligent vehicles has become very popular. The inspiration of this popularity cannot be discussed without mentioning computer vision and deep learning. This is because many vehicles, today, have all kinds of high-quality cameras installed on them to capture videos for different benefits. Object tracking and speed estimation are important tasks in video processing. Several methods for speed estimation have been proposed. This paper deals with speed estimation of a car from a video. We propose a method for estimating the speed of a car, with better accuracy, from a video captured by the car’s dashboard camera. The method uses two networks, one for estimating the displacement of the car, and the other for learning the speed labels. We perform experiments applying several image-processing techniques and using a lightweight and efficient optical flow estimation based deep learning approaches to achieve this goal. The proposed model is trained on the comma.ai speed challenge dataset and the results are evaluated and compared to other submissions on this challenge.
How to Setup And Test (Use) The Program
The entire process of running the program includes:
Paper link - Pending...