{"id":21383256,"url":"https://github.com/sreeeswaran/object-detection-yolov5","last_synced_at":"2025-03-16T11:24:03.921Z","repository":{"id":248401415,"uuid":"828589478","full_name":"SreeEswaran/Object-Detection-YOLOv5","owner":"SreeEswaran","description":"This project demonstrates object detection using YOLOv5. The model is trained on a custom dataset and can detect objects in new images. YOLOv5 is a state-of-the-art object detection model known for its speed and accuracy, making it suitable for real-time applications.","archived":false,"fork":false,"pushed_at":"2024-12-16T16:57:01.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T23:25:26.460Z","etag":null,"topics":["object-detection","object-detection-model","object-detection-using-yolov5","yolo","yolo-dataset","yolov5"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SreeEswaran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-14T15:49:03.000Z","updated_at":"2024-12-16T16:57:05.000Z","dependencies_parsed_at":"2025-01-22T23:25:00.271Z","dependency_job_id":"f225adc1-bcba-4c9e-b97c-29f955829c25","html_url":"https://github.com/SreeEswaran/Object-Detection-YOLOv5","commit_stats":null,"previous_names":["sreeeswaran/object-detection-yolov5"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SreeEswaran%2FObject-Detection-YOLOv5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SreeEswaran%2FObject-Detection-YOLOv5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SreeEswaran%2FObject-Detection-YOLOv5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SreeEswaran%2FObject-Detection-YOLOv5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SreeEswaran","download_url":"https://codeload.github.com/SreeEswaran/Object-Detection-YOLOv5/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243859481,"owners_count":20359539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["object-detection","object-detection-model","object-detection-using-yolov5","yolo","yolo-dataset","yolov5"],"created_at":"2024-11-22T11:21:11.882Z","updated_at":"2025-03-16T11:24:03.901Z","avatar_url":"https://github.com/SreeEswaran.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Object-Detection-YOLOv5\n\nThis project demonstrates object detection using YOLOv5. The model is trained on a custom dataset and can detect objects in new images. YOLOv5 is a state-of-the-art object detection model known for its speed and accuracy, making it suitable for real-time applications.\n\n## Dataset\n\nYou can use any dataset that follows the YOLO format. For this project, we assume the dataset is organized as follows:\n\n\n### Download Dataset\n\nYou can download a sample dataset from [Roboflow's Public Object Detection Datasets](https://public.roboflow.com/object-detection). Extract the dataset into the `data/` directory.\n\n## Model Architecture\n\nYOLOv5 is a convolutional neural network (CNN) designed for object detection. It divides the image into a grid and predicts bounding boxes and class probabilities for each grid cell.\n\n## Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/SreeEswaran/Object-Detection-YOLOv5.git\n    cd Object-Detection-YOLOv5\n    ```\n\n2. Install the required dependencies:\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. Download and preprocess the dataset as described above.\n\n## Usage\n\n### Training\n\nTo train the model, run:\n```bash\npython scripts/train.py --config config.yaml\n```\n\n### To evaluate the model, run:\n```bash\npython scripts/evaluate.py --config config.yaml\n```\n### To infer, run\n```bash\npython scripts/infer.py --image_path path/to/your/image.jpg --model_path models/yolov5_model.pth\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsreeeswaran%2Fobject-detection-yolov5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsreeeswaran%2Fobject-detection-yolov5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsreeeswaran%2Fobject-detection-yolov5/lists"}