You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An algorithm that uses YoloV5 and DeepSORT to count and measure the number of vehicles in a video stream, it detects the vehicles with YoloV5 and tracks them with DeepSORT to maintain a count of unique vehicles in the video. It also calculates the frames per second (FPS) of the video stream.
Traditional Image Processing Techniques for Nailfold Capillary Detection: A project showcasing a non-ML/DL approach to detect and count nailfold capillaries, emphasizing the application of fundamental image analysis methods in medical diagnostics.
Counting cars on highways in videos is conducted by using the pre-trained YOLO4 multiple object detection algorithm (which is a deep learning model) with OpenCV and the centroid tracking algorithm.