Highlights
- Pro
-
-
-
github-monochrome-zed Public
Monochrome theme based on Github light mode syntax highlighting
-
Pyt-downloader Public
A python GUI application that allows you to download a youtube video with options
Python UpdatedJul 12, 2024 -
-
-
-
vedai-Yolov8 Public
A python script to train a YOLO model on Vedai dataset
-
People_Counter-YOLOv8 Public
This code uses the YOLO deep learning model to detect persons in a video stream, and tracks the persons from frame to frame using the SORT algorithm. It then counts the number of persons passing a …
-
Car_Counter-YOLOv8 Public
This code uses the YOLO deep learning model to detect cars in a video stream, and tracks the cars from frame to frame using the SORT algorithm. It then counts the number of cars passing a specific …
-
Vehicle_Counter-OpenCV Public
This is a Python script that detects vehicles in a video stream using OpenCV. It applies a background subtraction algorithm to extract moving objects from the video and uses morphological operation…