{"id":19820277,"url":"https://github.com/strcoder4007/yolo-v1-tf1","last_synced_at":"2026-05-12T11:41:35.826Z","repository":{"id":228004370,"uuid":"772576662","full_name":"strcoder4007/YOLO-V1-TF1","owner":"strcoder4007","description":"YOLO V1 implementation in Tensorflow 1 using Darknet-19 as backbone","archived":false,"fork":false,"pushed_at":"2024-03-19T04:21:03.000Z","size":2484,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-11T08:30:13.180Z","etag":null,"topics":["cs230","darknet","deep-learning","tensorflow","yolo"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strcoder4007.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-03-15T13:20:39.000Z","updated_at":"2024-03-21T04:41:45.000Z","dependencies_parsed_at":"2024-03-19T05:29:36.173Z","dependency_job_id":null,"html_url":"https://github.com/strcoder4007/YOLO-V1-TF1","commit_stats":null,"previous_names":["strcoder4007/yolo-v1-tf2","strcoder4007/yolo-v1-tf1"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strcoder4007%2FYOLO-V1-TF1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strcoder4007%2FYOLO-V1-TF1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strcoder4007%2FYOLO-V1-TF1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strcoder4007%2FYOLO-V1-TF1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strcoder4007","download_url":"https://codeload.github.com/strcoder4007/YOLO-V1-TF1/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241176617,"owners_count":19922732,"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":["cs230","darknet","deep-learning","tensorflow","yolo"],"created_at":"2024-11-12T10:22:36.292Z","updated_at":"2025-11-24T11:02:05.462Z","avatar_url":"https://github.com/strcoder4007.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YOLO-V1-TF1\nThis repository contains an implementation of YOLO v1 (You Only Look Once version 1) using TensorFlow 1. YOLO is a popular object detection algorithm known for its speed and accuracy using Darknet-19 as backbone.\n\n![](/images/prob_map.png) ![](/images/anchor_map.png)\n\n## Features\n- Implementation of the YOLO v1 algorithm\n- Training and inference scripts\n- Pre-trained weights for quick start\n- Evaluation metrics for model performance\n\n## Installation\n- Clone YOLO-V1-TF1 repository\n\n```\ngit clone https://github.com/strcoder4007/YOLO-V1-TF1.git\ncd YOLO-V1-TF1\n```\n\n- Run the download script to Download Pascal VOC dataset, and create correct directories\n```\n./download_data.sh\n```\n- Download YOLO_small weight file and put it in data/weight\n\n## Configuring Hyperparameters \nModify configuration in yolo/config.py\n\n## Training\n```\npython train.py\n```\n\n## Test\n```\npython test.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrcoder4007%2Fyolo-v1-tf1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrcoder4007%2Fyolo-v1-tf1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrcoder4007%2Fyolo-v1-tf1/lists"}