{"id":13642485,"url":"https://github.com/hizhangp/yolo_tensorflow","last_synced_at":"2025-04-20T16:32:34.897Z","repository":{"id":201635360,"uuid":"71887725","full_name":"hizhangp/yolo_tensorflow","owner":"hizhangp","description":"Tensorflow implementation of YOLO, including training and test phase.","archived":false,"fork":false,"pushed_at":"2019-05-22T05:22:26.000Z","size":196,"stargazers_count":794,"open_issues_count":54,"forks_count":443,"subscribers_count":32,"default_branch":"master","last_synced_at":"2024-08-02T01:16:02.317Z","etag":null,"topics":["detection","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/hizhangp.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}},"created_at":"2016-10-25T10:51:54.000Z","updated_at":"2024-07-31T22:35:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"23c13b90-8e6f-49b9-8fd3-41d8150d258a","html_url":"https://github.com/hizhangp/yolo_tensorflow","commit_stats":null,"previous_names":["hizhangp/yolo_tensorflow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hizhangp%2Fyolo_tensorflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hizhangp%2Fyolo_tensorflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hizhangp%2Fyolo_tensorflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hizhangp%2Fyolo_tensorflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hizhangp","download_url":"https://codeload.github.com/hizhangp/yolo_tensorflow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223833137,"owners_count":17210788,"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":["detection","tensorflow","yolo"],"created_at":"2024-08-02T01:01:32.037Z","updated_at":"2024-11-09T13:32:06.165Z","avatar_url":"https://github.com/hizhangp.png","language":"Python","funding_links":[],"categories":["Other Versions of YOLO"],"sub_categories":[],"readme":"## YOLO_tensorflow\n\nTensorflow implementation of [YOLO](https://arxiv.org/pdf/1506.02640.pdf), including training and test phase.\n\n### Installation\n\n1. Clone yolo_tensorflow repository\n\t```Shell\n\t$ git clone https://github.com/hizhangp/yolo_tensorflow.git\n    $ cd yolo_tensorflow\n\t```\n\n2. Download Pascal VOC dataset, and create correct directories\n\t```Shell\n\t$ ./download_data.sh\n\t```\n\n3. Download [YOLO_small](https://drive.google.com/file/d/0B5aC8pI-akZUNVFZMmhmcVRpbTA/view?usp=sharing)\nweight file and put it in `data/weight`\n\n4. Modify configuration in `yolo/config.py`\n\n5. Training\n\t```Shell\n\t$ python train.py\n\t```\n\n6. Test\n\t```Shell\n\t$ python test.py\n\t```\n\n### Requirements\n1. Tensorflow\n\n2. OpenCV\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhizhangp%2Fyolo_tensorflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhizhangp%2Fyolo_tensorflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhizhangp%2Fyolo_tensorflow/lists"}