{"id":13586479,"url":"https://github.com/nilboy/tensorflow-yolo","last_synced_at":"2025-04-07T15:32:00.211Z","repository":{"id":148066342,"uuid":"70704289","full_name":"nilboy/tensorflow-yolo","owner":"nilboy","description":"tensorflow implementation of 'YOLO : Real-Time Object Detection'(train and test)","archived":false,"fork":false,"pushed_at":"2018-10-22T09:16:43.000Z","size":110,"stargazers_count":774,"open_issues_count":45,"forks_count":312,"subscribers_count":30,"default_branch":"python2.7","last_synced_at":"2024-11-06T04:39:35.716Z","etag":null,"topics":["tensorflow","tensorflow-yolo","yolo"],"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/nilboy.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}},"created_at":"2016-10-12T13:48:04.000Z","updated_at":"2024-10-13T13:41:46.000Z","dependencies_parsed_at":"2023-03-31T17:02:48.083Z","dependency_job_id":null,"html_url":"https://github.com/nilboy/tensorflow-yolo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilboy%2Ftensorflow-yolo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilboy%2Ftensorflow-yolo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilboy%2Ftensorflow-yolo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilboy%2Ftensorflow-yolo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nilboy","download_url":"https://codeload.github.com/nilboy/tensorflow-yolo/tar.gz/refs/heads/python2.7","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247679606,"owners_count":20978083,"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":["tensorflow","tensorflow-yolo","yolo"],"created_at":"2024-08-01T15:05:35.745Z","updated_at":"2025-04-07T15:31:59.901Z","avatar_url":"https://github.com/nilboy.png","language":"Python","funding_links":[],"categories":["Python","Other Versions of YOLO"],"sub_categories":[],"readme":"# tensorflow-yolo\n\n### Require\n\ttensorflow-1.0\n### download pretrained model\n\nyolo_tiny: \u003ca\u003ehttps://drive.google.com/file/d/0B-yiAeTLLamRekxqVE01Yi1RRlk/view?usp=sharing\u003c/a\u003e\n\n```\n\tmv yolo_tiny.ckpt models/pretrain/ \n```\n\n### Train\n\n#### Train on pascal-voc2007 data \n\n##### Download pascal-Voc2007 data\n\n1. Download the training, validation and test data\n\n\t```\n\twget http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtrainval_06-Nov-2007.tar\n\twget http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtest_06-Nov-2007.tar\n\t```\n\n2. Extract all of these tars into one directory named `VOCdevkit`\n\n\t```\n\ttar xvf VOCtrainval_06-Nov-2007.tar\n\ttar xvf VOCtest_06-Nov-2007.tar\n\t```\n\n3. It should have this basic structure\n\n\t```\n  \t$VOCdevkit/                           # development kit\n  \t$VOCdevkit/VOCcode/                   # VOC utility code\n  \t$VOCdevkit/VOC2007                    # image sets, annotations, etc.\n  \t# ... and several other directories ...\n  \t```\n\n4. Create symlinks for the PASCAL VOC dataset\n\n\t```\n    cd $YOLO_ROOT/data\n    ln -s $VOCdevkit VOCdevkit2007\n    ```\n    Using symlinks is a good idea because you will likely want to share the same PASCAL dataset installation between multiple projects.\n\n#### convert the Pascal-voc data to text_record file\n\n```\npython tools/preprocess_pascal_voc.py\n```\n#### train\n```\npython tools/train.py -c conf/train.cfg\n```\n#### Train your customer data\n\n1. transform your training data to text_record file(the format reference to pascal_voc)\n\n2. write your own train-configure file\n\n3. train (python tools/train.py -c $your_configure_file)\n\n### test demo\n\n```\npython demo.py\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilboy%2Ftensorflow-yolo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnilboy%2Ftensorflow-yolo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilboy%2Ftensorflow-yolo/lists"}