{"id":22419036,"url":"https://github.com/en10/objectdetection","last_synced_at":"2026-04-24T12:04:55.961Z","repository":{"id":75872179,"uuid":"100750265","full_name":"EN10/ObjectDetection","owner":"EN10","description":"Based on Tensorflow Object Detection API","archived":false,"fork":false,"pushed_at":"2018-03-12T12:36:02.000Z","size":1325,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T04:32:07.324Z","etag":null,"topics":["object-detection","tensorflow"],"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/EN10.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":"2017-08-18T21:07:35.000Z","updated_at":"2018-01-19T21:08:39.000Z","dependencies_parsed_at":"2023-02-25T01:15:19.842Z","dependency_job_id":null,"html_url":"https://github.com/EN10/ObjectDetection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EN10/ObjectDetection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FObjectDetection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FObjectDetection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FObjectDetection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FObjectDetection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EN10","download_url":"https://codeload.github.com/EN10/ObjectDetection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FObjectDetection/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262177888,"owners_count":23270955,"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","tensorflow"],"created_at":"2024-12-05T16:13:55.224Z","updated_at":"2026-04-24T12:04:50.909Z","avatar_url":"https://github.com/EN10.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Object Detection\n\nBased on: \n* [Tensorflow Object Detection API](https://github.com/tensorflow/models/tree/master/research/object_detection)\n* [Installation](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md)\n\n## Install Tensorflow:\n\n    sudo pip install -U pip  \n    sudo pip install tensorflow \n    \n## Install dependencies \n\n    sudo pip install pillow\n    sudo pip install lxml\n    \nCan run without jupyter or matplotlib see below\n    \n    sudo pip install jupyter\n    sudo pip install matplotlib\n\nhttps://github.com/EN10/MNIST/blob/master/MoreExamples/installJupyter.txt\n    \n## Download Model:\nOnly object_detection folder needed:\n\n    svn export https://github.com/tensorflow/models/trunk/research/object_detection\n\n`/bin/sh: 1: svn: not found` then\n`!apt install -y subversion`\n\nSubset of:\n\n    git clone https://github.com/tensorflow/models.git\n    \n## Install Protobuf 2.6+\nDownload newer binary as Ubuntu 14.04 has 2.5\n\n    wget https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip\n    unzip protoc-3.5.1-linux-x86_64.zip -d protoc\n    sudo mv ./protoc/bin/protoc /usr/bin/protoc\n    chmod a+x /usr/bin/protoc\n    protoc object_detection/protos/*.proto --python_out=.\n\n## Run in jupyter\n    cd object_detection\n    jupyter notebook --ip=0.0.0.0 --port=8080 --no-browser\nhttps://object-detection-eniof.cs50.io/notebooks/object_detection_tutorial.ipynb\n* `Cell - Run All`\n\n## Run Without jupyter or matplotlib\n    \n    mv detect.py ./object_detection/detect.py\n    cd ./object_detection\n    python detect.py\n    \n## Tensorflow Performance\n\nhttps://github.com/EN10/TensorFlow-For-Poets#performance","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fen10%2Fobjectdetection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fen10%2Fobjectdetection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fen10%2Fobjectdetection/lists"}