{"id":22552998,"url":"https://github.com/sirius-mhlee/object-detection-using-tensorflow-rcnn","last_synced_at":"2026-04-17T13:32:03.655Z","repository":{"id":163957067,"uuid":"141015413","full_name":"sirius-mhlee/object-detection-using-tensorflow-rcnn","owner":"sirius-mhlee","description":"Tensorflow implementation of Regions with Convolutional Neural Networks Features.","archived":false,"fork":false,"pushed_at":"2019-01-28T10:09:19.000Z","size":2526,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T12:40:59.610Z","etag":null,"topics":["deep-learning","object-detection","paper-implementation","python","rcnn","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/sirius-mhlee.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":"2018-07-15T09:43:47.000Z","updated_at":"2022-04-15T07:18:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"aab4fa8e-00f7-43b1-99d4-c2199d6198e1","html_url":"https://github.com/sirius-mhlee/object-detection-using-tensorflow-rcnn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sirius-mhlee/object-detection-using-tensorflow-rcnn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirius-mhlee%2Fobject-detection-using-tensorflow-rcnn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirius-mhlee%2Fobject-detection-using-tensorflow-rcnn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirius-mhlee%2Fobject-detection-using-tensorflow-rcnn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirius-mhlee%2Fobject-detection-using-tensorflow-rcnn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sirius-mhlee","download_url":"https://codeload.github.com/sirius-mhlee/object-detection-using-tensorflow-rcnn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirius-mhlee%2Fobject-detection-using-tensorflow-rcnn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31931289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["deep-learning","object-detection","paper-implementation","python","rcnn","tensorflow"],"created_at":"2024-12-07T18:08:16.831Z","updated_at":"2026-04-17T13:32:03.636Z","avatar_url":"https://github.com/sirius-mhlee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Object Detection using Tensorflow R-CNN\n===========================================\n\nTensorflow implementation of Regions with Convolutional Neural Networks Features.\nhttp://www.rossgirshick.info/  \nUsing 17 Category Flower Dataset.\nhttp://www.robots.ox.ac.uk/~vgg/data/flowers/17/\n\t\n\tRich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation\n\tR. Girshick, J. Donahue, T. Darrell, J. Malik\n\tIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2014\n\nTraining Usage\n-----\n\n    python TrainingModel.py train_data_file finetune_data_file max_epoch batch_size\n    \toutput_cnn_model_file output_cnn_mean_file output_svm_model_file output_reg_model_file\n    \n    ex)\n    python TrainingModel.py ./data/train_data.txt ./data/finetune_data.txt 3 3\n    \t./alexnet/alexnet_model.npy ./alexnet/alexnet_mean.txt ./svm/svm_model.npy ./bbox/bbox_model.npy\n\nTraining Result\n-----\n\n![train_result.jpg](./example/train_result.jpg)\n\nDetection Usage\n-----\n\n    python DetectionImage.py cnn_model_file cnn_mean_file svm_model_file\n    \treg_model_file label_file input_image_file output_image_file\n    \n    ex)\n    python DetectionImage.py ./alexnet/alexnet_model.npy ./alexnet/alexnet_mean.txt ./svm/svm_model.npy\n    \t./bbox/bbox_model.npy ./alexnet/flower_classes.txt ./example/tulip.jpg ./example/tulip_result.jpg\n\nDetection Result\n-----\n\n\u003cimg src=\"./example/tulip.jpg\" width=\"45%\" height=\"45%\"\u003e \u003cimg src=\"./example/tulip_result.jpg\" width=\"45%\" height=\"45%\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirius-mhlee%2Fobject-detection-using-tensorflow-rcnn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirius-mhlee%2Fobject-detection-using-tensorflow-rcnn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirius-mhlee%2Fobject-detection-using-tensorflow-rcnn/lists"}