{"id":16653182,"url":"https://github.com/anuraganalog/object-detection","last_synced_at":"2026-04-26T14:31:35.361Z","repository":{"id":112670372,"uuid":"366921311","full_name":"AnuragAnalog/Object-Detection","owner":"AnuragAnalog","description":"Starting with object detection","archived":false,"fork":false,"pushed_at":"2021-05-14T04:23:28.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-19T10:09:45.708Z","etag":null,"topics":["api","coco","detection","object","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnuragAnalog.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,"publiccode":null,"codemeta":null}},"created_at":"2021-05-13T03:17:55.000Z","updated_at":"2021-12-06T06:00:48.000Z","dependencies_parsed_at":"2023-06-10T19:00:26.988Z","dependency_job_id":null,"html_url":"https://github.com/AnuragAnalog/Object-Detection","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/AnuragAnalog%2FObject-Detection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuragAnalog%2FObject-Detection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuragAnalog%2FObject-Detection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuragAnalog%2FObject-Detection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnuragAnalog","download_url":"https://codeload.github.com/AnuragAnalog/Object-Detection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243258505,"owners_count":20262300,"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":["api","coco","detection","object","tensorflow"],"created_at":"2024-10-12T09:43:27.809Z","updated_at":"2025-12-25T14:40:30.665Z","avatar_url":"https://github.com/AnuragAnalog.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Object Detection\n\n\u003e If you run this notebook in colab, it will throw an error.\n\nBuilding a object detection using a pre-trained model weights.\n\n## Files Used\n\n### MobileNet SSD V1\n\n[MobileNet SSD v1 weights](http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_2017_11_17.tar.gz)\n\n[MobileNet SSD v1 config](https://raw.githubusercontent.com/opencv/opencv_extra/master/testdata/dnn/ssd_mobilenet_v1_coco_2017_11_17.pbtxt)\n\n### MobileNet SSD V1 PPN\n\n[MobileNet SSD v1 PPN weights](http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_ppn_shared_box_predictor_300x300_coco14_sync_2018_07_03.tar.gz)\n\n[MobileNet SSD v1 PPN config](https://raw.githubusercontent.com/opencv/opencv_extra/master/testdata/dnn/ssd_mobilenet_v1_ppn_coco.pbtxt)\n\n### MobileNet SSD V2\n\n[MobileNet SSD v2 weights](http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v2_coco_2018_03_29.tar.gz)\n\n[MobileNet SSD v2 config](https://raw.githubusercontent.com/opencv/opencv_extra/master/testdata/dnn/ssd_mobilenet_v2_coco_2018_03_29.pbtxt)\n\n### Inception SSD V2\n\n[Inception SSD v2 weights](http://download.tensorflow.org/models/object_detection/ssd_inception_v2_coco_2017_11_17.tar.gz)\n\n[Inception SSD v2 config](https://raw.githubusercontent.com/opencv/opencv_extra/master/testdata/dnn/ssd_inception_v2_coco_2017_11_17.pbtxt)\n\n### MobileNet SSD V3\n\n[MobileNet SSD v3 weights](http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v3_large_coco_2020_01_14.tar.gz)\n\n[MobileNet SSD v3 config](https://gist.githubusercontent.com/dkurt/54a8e8b51beb3bd3f770b79e56927bd7/raw/2a20064a9d33b893dd95d2567da126d0ecd03e85/ssd_mobilenet_v3_large_coco_2020_01_14.pbtxt)\n\n### Faster RCNN Inception V2\n\n[Faster RCNN Inception v2 weights](http://download.tensorflow.org/models/object_detection/faster_rcnn_inception_v2_coco_2018_01_28.tar.gz)\n\n[Faster RCNN Inception v2 config](https://raw.githubusercontent.com/opencv/opencv_extra/master/testdata/dnn/faster_rcnn_inception_v2_coco_2018_01_28.pbtxt)\n\n### Faster RCNN Resnet 50\n\n[Faster RCNN Resnet 50 weights](http://download.tensorflow.org/models/object_detection/faster_rcnn_resnet50_coco_2018_01_28.tar.gz)\n\n[Faster RCNN Resnet 50 config](https://raw.githubusercontent.com/opencv/opencv_extra/master/testdata/dnn/faster_rcnn_resnet50_coco_2018_01_28.pbtxt)\n\n### Mask RCNN Inception V2\n\n[Mask RCNN Inception v2 weights](http://download.tensorflow.org/models/object_detection/mask_rcnn_inception_v2_coco_2018_01_28.tar.gz)\n\n[Mask RCNN Inception v2 config](https://raw.githubusercontent.com/opencv/opencv_extra/master/testdata/dnn/mask_rcnn_inception_v2_coco_2018_01_28.pbtxt)\n\n### EfficientDet-D0\n\n[EfficientDet-D0 weights](https://www.dropbox.com/s/9mqp99fd2tpuqn6/efficientdet-d0.pb?dl=1)\n\n[EfficientDet-D0 config](https://raw.githubusercontent.com/opencv/opencv_extra/master/testdata/dnn/efficientdet-d0.pbtxt)\n\n## Test Image\n\n![Test Image](./test.jpeg)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuraganalog%2Fobject-detection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanuraganalog%2Fobject-detection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuraganalog%2Fobject-detection/lists"}