{"id":26222996,"url":"https://github.com/kienpc1234/kientf_object_detection","last_synced_at":"2026-04-13T15:33:50.072Z","repository":{"id":277996425,"uuid":"934089976","full_name":"KienPC1234/kientf_object_detection","owner":"KienPC1234","description":"KienTF Object Detection is an improved version of the original object_detection repository, addressing various issues and enhancing stability. This project aims to fix bugs, optimize performance, and ensure better compatibility for real-world object detection tasks.","archived":false,"fork":false,"pushed_at":"2025-04-15T15:14:31.000Z","size":20699,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T01:36:10.247Z","etag":null,"topics":["kientf","machine-learning","object-detection","opencv","pakage","pip","python","python3","tensorflow","tensorflow-lite","tensorflow2"],"latest_commit_sha":null,"homepage":"","language":"Python","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/KienPC1234.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-17T09:00:55.000Z","updated_at":"2025-04-15T15:14:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b52e791-8e26-4702-abd7-3d8ea07ff6b0","html_url":"https://github.com/KienPC1234/kientf_object_detection","commit_stats":null,"previous_names":["kienpc1234/kientf_object_detection"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/KienPC1234/kientf_object_detection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KienPC1234%2Fkientf_object_detection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KienPC1234%2Fkientf_object_detection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KienPC1234%2Fkientf_object_detection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KienPC1234%2Fkientf_object_detection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KienPC1234","download_url":"https://codeload.github.com/KienPC1234/kientf_object_detection/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KienPC1234%2Fkientf_object_detection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31759529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":["kientf","machine-learning","object-detection","opencv","pakage","pip","python","python3","tensorflow","tensorflow-lite","tensorflow2"],"created_at":"2025-03-12T17:28:43.916Z","updated_at":"2026-04-13T15:33:50.058Z","avatar_url":"https://github.com/KienPC1234.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎨 KienTF Object Detection  \n**A refined and bug-fixed version of TensorFlow's Object Detection API**  \n\n![TensorFlow](https://img.shields.io/badge/TensorFlow-2.x-FF6F00?style=flat\u0026logo=tensorflow)  \n![Python](https://img.shields.io/badge/Python-3.7%2B-blue?style=flat\u0026logo=python)  \n![License](https://img.shields.io/badge/License-Apache%202.0-green?style=flat)  \n\n---\n\n## 📌 Overview  \n**kientf_object_detection** is an improved version of the original **TensorFlow Object Detection API**, focusing on:  \n✅ Fixing critical bugs that impact model training and inference.  \n✅ Enhancing performance and stability for real-world object detection tasks.  \n✅ Ensuring compatibility with TensorFlow 2.x (up to 2.12) for smoother workflows.  \n\nIf you're tired of running into frustrating errors in the original **object_detection**, this repository provides a **cleaner, more reliable** solution!  \n\n---\n\n## 🚀 Key Features \u0026 Fixes  \n🔧 **Bug Fixes:**  \n- Resolved major issues in model training, inference, and evaluation.  \n- Fixed deprecated functions and compatibility errors with TensorFlow 2.x.  \n\n⚡ **Performance Enhancements:**  \n- Optimized data processing \u0026 augmentation pipelines.  \n- Improved model stability and efficiency in large-scale datasets.  \n\n📊 **Better Evaluation Metrics:**  \n- Fixed inconsistencies in mAP calculations.  \n- More accurate and reliable benchmarking tools.  \n\n🔄 **Easy Integration:**  \n- Maintains full compatibility with existing **TensorFlow Object Detection API** models.  \n- Plug-and-play support for both **custom datasets** and pre-trained models.  \n\n---\n\n## 👥 Installation  \nYou can install this repository directly via **pip**:  \n```bash\npip install git+https://github.com/KienPC1234/kientf_object_detection.git\n```\n\n### 🔹 Dependencies  \nEnsure you have **TensorFlow 2.x** installed (version **\u003c2.12**):  \n```bash\npip install \"tensorflow\u003c2.12\"\n```\n\n---\n\n## 🔧 Usage  \n### 🔹 1. Train a Model  \nModify the pipeline config file and run:  \n```bash\npython model_main_tf2.py --pipeline_config_path=configs/my_model.config --model_dir=training/\n```\n\n### 🔹 2. Export Trained Model  \n```bash\npython exporter_main_v2.py --input_type image_tensor --pipeline_config_path=configs/my_model.config --trained_checkpoint_dir=training/ --output_directory=exported_model/\n```\n\n### 🔹 3. Run Inference  \n```python\nfrom object_detection.utils import visualization_utils as viz_utils\nfrom object_detection.builders import model_builder\n\n# Load the model and run inference\n```\n\n---\n\n## 🤝 Contributing  \nContributions are welcome! Feel free to open an issue or submit a pull request.  \n\n💡 **Have a bug to report?** Open an issue!  \n🚀 **Want to improve the repo?** Submit a PR!  \n\n---\n\n## 📝 License  \nThis project is licensed under the **Apache 2.0 License**. See [LICENSE](LICENSE) for details.  \n\n---\n\n## 📩 Contact  \nFor any questions or collaborations, reach out via:  \n📧 **Email:** kienpc872009@gmail.com\n\n\n🔥 **Happy coding \u0026 object detecting!** 🔥\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkienpc1234%2Fkientf_object_detection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkienpc1234%2Fkientf_object_detection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkienpc1234%2Fkientf_object_detection/lists"}